body {
  font-family: Muli;
}
.display-1 {
  font-family: 'Montserrat', sans-serif;
  font-size: 3.5rem;
}
.display-1 > .mbr-iconfont {
  font-size: 5.6rem;
}
.display-2 {
  font-family: 'Montserrat', sans-serif;
  font-size: 2.5rem;
}
.display-2 > .mbr-iconfont {
  font-size: 4rem;
}
.display-4 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 0.9rem;
}
.display-4 > .mbr-iconfont {
  font-size: 1.44rem;
}
.display-5 {
  font-family: 'Montserrat', sans-serif;
  font-size: 2rem;
}
.display-5 > .mbr-iconfont {
  font-size: 3.2rem;
}
.display-7 {
  font-family: 'Montserrat', sans-serif;
  font-size: 1.25rem;
}
.display-7 > .mbr-iconfont {
  font-size: 2rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.8rem;
    font-size: calc( 1.875rem + (3.5 - 1.875) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.875rem + (3.5 - 1.875) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2rem;
    font-size: calc( 1.525rem + (2.5 - 1.525) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.525rem + (2.5 - 1.525) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.72rem;
    font-size: calc( 0.965rem + (0.9 - 0.965) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (0.965rem + (0.9 - 0.965) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-sm {
  padding: 0.6rem 1.5rem;
  border-radius: 3px;
}
.btn-md {
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-lg {
  padding: 1.2rem 3.2rem;
  border-radius: 3px;
}
.bg-primary {
  background-color: #cfa66c !important;
}
.bg-success {
  background-color: #afba86 !important;
}
.bg-info {
  background-color: #efefef !important;
}
.bg-warning {
  background-color: #bbbbbb !important;
}
.bg-danger {
  background-color: #343434 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #cfa66c !important;
  border-color: #cfa66c !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #b4823b !important;
  border-color: #b4823b !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #b4823b !important;
  border-color: #b4823b !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #5f7709 !important;
  border-color: #5f7709 !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #263004 !important;
  border-color: #263004 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #263004 !important;
  border-color: #263004 !important;
}
.btn-info,
.btn-info:active {
  background-color: #efefef !important;
  border-color: #efefef !important;
  color: #707070 !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #707070 !important;
  background-color: #c9c9c9 !important;
  border-color: #c9c9c9 !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #707070 !important;
  background-color: #c9c9c9 !important;
  border-color: #c9c9c9 !important;
}
.btn-success,
.btn-success:active {
  background-color: #afba86 !important;
  border-color: #afba86 !important;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #8d9b58 !important;
  border-color: #8d9b58 !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #8d9b58 !important;
  border-color: #8d9b58 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #bbbbbb !important;
  border-color: #bbbbbb !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #959595 !important;
  border-color: #959595 !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #959595 !important;
  border-color: #959595 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #343434 !important;
  border-color: #343434 !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #0e0e0e !important;
  border-color: #0e0e0e !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #0e0e0e !important;
  border-color: #0e0e0e !important;
}
.btn-white {
  color: #333333 !important;
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-black,
.btn-black:active {
  background-color: #333333 !important;
  border-color: #333333 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background: none;
  border-color: #a17434;
  color: #a17434;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: white !important;
  background: transparent !important;
  box-shadow: 0 20px 30px 0 rgba(0, 0, 0, 0.2) !important;
  border-color: #cfa66c;
}
.btn-primary-outline:hover:before,
.btn-primary-outline:focus:before,
.btn-primary-outline.focus:before,
.btn-primary-outline.active:before {
  transform: scaleX(1);
}
.btn-primary-outline:before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #cfa66c;
  transition: all 0.3s;
  transform-origin: center;
  transform: scaleX(0);
  z-index: -1;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #cfa66c !important;
  border-color: #cfa66c !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #131802;
  color: #131802;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: white !important;
  background: transparent !important;
  box-shadow: 0 20px 30px 0 rgba(0, 0, 0, 0.2) !important;
  border-color: #5f7709;
}
.btn-secondary-outline:hover:before,
.btn-secondary-outline:focus:before,
.btn-secondary-outline.focus:before,
.btn-secondary-outline.active:before {
  transform: scaleX(1);
}
.btn-secondary-outline:before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #5f7709;
  transition: all 0.3s;
  transform-origin: center;
  transform: scaleX(0);
  z-index: -1;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #5f7709 !important;
  border-color: #5f7709 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #bcbcbc;
  color: #bcbcbc;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: white !important;
  background: transparent !important;
  box-shadow: 0 20px 30px 0 rgba(0, 0, 0, 0.2) !important;
  border-color: #efefef;
}
.btn-info-outline:hover:before,
.btn-info-outline:focus:before,
.btn-info-outline.focus:before,
.btn-info-outline.active:before {
  transform: scaleX(1);
}
.btn-info-outline:before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #efefef;
  transition: all 0.3s;
  transform-origin: center;
  transform: scaleX(0);
  z-index: -1;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #707070 !important;
  background-color: #efefef !important;
  border-color: #efefef !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #7e8b4f;
  color: #7e8b4f;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: white !important;
  background: transparent !important;
  box-shadow: 0 20px 30px 0 rgba(0, 0, 0, 0.2) !important;
  border-color: #afba86;
}
.btn-success-outline:hover:before,
.btn-success-outline:focus:before,
.btn-success-outline.focus:before,
.btn-success-outline.active:before {
  transform: scaleX(1);
}
.btn-success-outline:before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #afba86;
  transition: all 0.3s;
  transform-origin: center;
  transform: scaleX(0);
  z-index: -1;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #afba86 !important;
  border-color: #afba86 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #888888;
  color: #888888;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: white !important;
  background: transparent !important;
  box-shadow: 0 20px 30px 0 rgba(0, 0, 0, 0.2) !important;
  border-color: #bbbbbb;
}
.btn-warning-outline:hover:before,
.btn-warning-outline:focus:before,
.btn-warning-outline.focus:before,
.btn-warning-outline.active:before {
  transform: scaleX(1);
}
.btn-warning-outline:before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #bbbbbb;
  transition: all 0.3s;
  transform-origin: center;
  transform: scaleX(0);
  z-index: -1;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #bbbbbb !important;
  border-color: #bbbbbb !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #010101;
  color: #010101;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: white !important;
  background: transparent !important;
  box-shadow: 0 20px 30px 0 rgba(0, 0, 0, 0.2) !important;
  border-color: #343434;
}
.btn-danger-outline:hover:before,
.btn-danger-outline:focus:before,
.btn-danger-outline.focus:before,
.btn-danger-outline.active:before {
  transform: scaleX(1);
}
.btn-danger-outline:before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #343434;
  transition: all 0.3s;
  transform-origin: center;
  transform: scaleX(0);
  z-index: -1;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #343434 !important;
  border-color: #343434 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: white !important;
  background: transparent !important;
  box-shadow: 0 20px 30px 0 rgba(0, 0, 0, 0.2) !important;
  border-color: #333333;
}
.btn-black-outline:hover:before,
.btn-black-outline:focus:before,
.btn-black-outline.focus:before,
.btn-black-outline.active:before {
  transform: scaleX(1);
}
.btn-black-outline:before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #333333;
  transition: all 0.3s;
  transform-origin: center;
  transform: scaleX(0);
  z-index: -1;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-white-outline,
.btn-white-outline:active,
.btn-white-outline.active {
  background: none;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus {
  color: #333333;
  background-color: #ffffff;
  border-color: #ffffff;
}
.text-primary {
  color: #cfa66c !important;
}
.text-secondary {
  color: #5f7709 !important;
}
.text-success {
  color: #afba86 !important;
}
.text-info {
  color: #efefef !important;
}
.text-warning {
  color: #bbbbbb !important;
}
.text-danger {
  color: #343434 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #a17434 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #131802 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #7e8b4f !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #bcbcbc !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #888888 !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #010101 !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #b3b3b3 !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #4d4d4d !important;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #efefef;
}
.alert-warning {
  background-color: #bbbbbb;
}
.alert-danger {
  background-color: #343434;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: none;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2) !important;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2) !important;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #cfa66c;
  border-color: #cfa66c;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #cfa66c;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #e5e8d7;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #fbfbfb;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #a7a7a7;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Montserrat', sans-serif;
  font-size: 1.25rem;
}
.form-control > .mbr-iconfont {
  font-size: 2rem;
}
blockquote {
  border-color: #cfa66c;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
.mbr-form .input-group-btn a.btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn a.btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #cfa66c;
  color: #ffffff;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: currentColor;
  border-bottom-color: currentColor;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #cfa66c;
  border-bottom-color: #cfa66c;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #000000 !important;
  background-color: #cfa66c !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #5f7709 !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 200px;
  height: 200px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%23cfa66c' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
.cid-uFMEt1RPJU .navbar {
  padding: .5rem 0;
  background: #232323;
  transition: none;
  min-height: 100px;
}
.cid-uFMEt1RPJU .navbar-dropdown.bg-color.transparent.opened {
  background: #232323;
}
.cid-uFMEt1RPJU a {
  font-style: normal;
}
.cid-uFMEt1RPJU a .link:hover {
  color: inherit!important;
}
.cid-uFMEt1RPJU .dropdown-item:active {
  background: #232323;
}
.cid-uFMEt1RPJU .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-uFMEt1RPJU .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.1rem 0 !important;
  margin: 0.5rem 1.4rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-uFMEt1RPJU .nav-item:focus,
.cid-uFMEt1RPJU .nav-link:focus {
  outline: none;
}
.cid-uFMEt1RPJU .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-uFMEt1RPJU .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-uFMEt1RPJU .menu-logo {
  margin-right: auto;
}
.cid-uFMEt1RPJU .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uFMEt1RPJU .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-uFMEt1RPJU .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-uFMEt1RPJU .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uFMEt1RPJU .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-uFMEt1RPJU .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uFMEt1RPJU .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-uFMEt1RPJU .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-uFMEt1RPJU .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-uFMEt1RPJU .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-uFMEt1RPJU .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uFMEt1RPJU .dropdown .dropdown-menu {
  background: #232323;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-uFMEt1RPJU .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-uFMEt1RPJU .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uFMEt1RPJU .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uFMEt1RPJU .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uFMEt1RPJU .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-uFMEt1RPJU .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-uFMEt1RPJU .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-uFMEt1RPJU .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-uFMEt1RPJU .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uFMEt1RPJU .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-uFMEt1RPJU .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uFMEt1RPJU button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.8rem;
  right: 1rem;
}
.cid-uFMEt1RPJU button.navbar-toggler:focus {
  outline: none;
}
.cid-uFMEt1RPJU button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #cfa66c;
}
.cid-uFMEt1RPJU button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uFMEt1RPJU button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uFMEt1RPJU button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uFMEt1RPJU button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uFMEt1RPJU nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uFMEt1RPJU nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uFMEt1RPJU nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uFMEt1RPJU nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uFMEt1RPJU .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uFMEt1RPJU .collapsed .btn {
  display: -webkit-flex;
}
.cid-uFMEt1RPJU .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uFMEt1RPJU .collapsed .navbar-collapse.collapsing,
.cid-uFMEt1RPJU .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uFMEt1RPJU .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uFMEt1RPJU .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uFMEt1RPJU .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uFMEt1RPJU .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uFMEt1RPJU .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-uFMEt1RPJU .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-uFMEt1RPJU .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uFMEt1RPJU .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-uFMEt1RPJU .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uFMEt1RPJU .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-uFMEt1RPJU .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-uFMEt1RPJU .collapsed button.navbar-toggler {
  display: block;
}
.cid-uFMEt1RPJU .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-uFMEt1RPJU .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uFMEt1RPJU .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-uFMEt1RPJU .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uFMEt1RPJU .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uFMEt1RPJU .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1023px) {
  .cid-uFMEt1RPJU .navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uFMEt1RPJU img {
    height: 3.8rem !important;
  }
  .cid-uFMEt1RPJU .btn {
    display: -webkit-flex;
  }
  .cid-uFMEt1RPJU button.navbar-toggler {
    display: block;
  }
  .cid-uFMEt1RPJU .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-uFMEt1RPJU .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uFMEt1RPJU .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-uFMEt1RPJU .navbar-collapse.collapsing,
  .cid-uFMEt1RPJU .navbar-collapse.show {
    display: block !important;
  }
  .cid-uFMEt1RPJU .navbar-collapse.collapsing .navbar-nav,
  .cid-uFMEt1RPJU .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uFMEt1RPJU .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uFMEt1RPJU .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uFMEt1RPJU .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-uFMEt1RPJU .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-uFMEt1RPJU .navbar-collapse.collapsing .navbar-buttons,
  .cid-uFMEt1RPJU .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-uFMEt1RPJU .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uFMEt1RPJU .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uFMEt1RPJU .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-uFMEt1RPJU .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uFMEt1RPJU .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uFMEt1RPJU .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-uFMEt1RPJU .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-uFMEt1RPJU .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-uFMEt1RPJU .nav-link,
.cid-uFMEt1RPJU .dropdown-item {
  border-bottom: 2px solid transparent;
  transition: all 0.3s;
}
.cid-uFMEt1RPJU .nav-link:hover,
.cid-uFMEt1RPJU .dropdown-item:hover {
  color: #efefef !important;
  border-color: #cfa66c;
}
.cid-scJxq49Bv9 {
  overflow-x: hidden !important;
}
.cid-scJxq49Bv9 .mbr-section-title {
  color: #4f4943;
}
.cid-scJxq49Bv9 .mbr-section-title span {
  color: #cfa66c;
}
.cid-scJxq49Bv9 .mbr-text {
  color: #4f4943;
  letter-spacing: 5px;
  font-weight: 100;
}
.cid-scJxq49Bv9 .scroll-wrapper {
  top: 0;
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  background-size: cover;
  position: absolute;
  background-repeat: repeat;
  z-index: 0;
  -webkit-animation-duration: 13s !important;
  animation-duration: 13s;
  background-image: url("../../../assets/images/elephants-of-south-luangwa-1-1200x797.jpg");
}
.cid-scJxq49Bv9 .scroll-wrapper.second {
  left: calc(100% - 1px);
}
.cid-scJxq49Bv9 .mbr-overlay {
  z-index: 1;
}
.cid-scJxq49Bv9 .block-content {
  z-index: 2;
}
@keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-webkit-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-moz-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-o-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
.cid-shUJJG8mf9 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #f7f4f0;
}
.cid-shUJJG8mf9 span {
  color: #c1c1c1;
}
.cid-shUJJG8mf9 .flex-block {
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.cid-shUJJG8mf9 .flex-block span {
  font-size: 3rem;
  margin-right: 3rem;
}
@media (min-width: 577px) {
  .cid-shUJJG8mf9 .flex-block span {
    margin-left: 2rem;
  }
}
.cid-shUJJG8mf9 .block-quote {
  color: #4f4943;
}
.cid-shDZKifmF9 {
  padding-top: 90px;
  padding-bottom: 135px;
  background-color: #f1eeea;
}
.cid-shDZKifmF9 .container-fluid {
  position: relative;
  padding-right: 10.4rem;
  padding-left: 0;
}
.cid-shDZKifmF9 .wrapper {
  position: relative;
}
.cid-shDZKifmF9 .img1 {
  width: 100%;
  padding-right: 6rem;
  object-fit: cover;
  height: 800px;
}
.cid-shDZKifmF9 .mbr-iconfont {
  font-size: 1.8rem;
  color: #232323;
}
.cid-shDZKifmF9 .mbr-iconfont:hover {
  cursor: pointer;
}
.cid-shDZKifmF9 .icon1 {
  position: absolute;
  top: 2rem;
  right: 0rem;
}
.cid-shDZKifmF9 .icon2 {
  position: absolute;
  top: 5rem;
  right: 0rem;
}
.cid-shDZKifmF9 .img2 {
  position: absolute;
  bottom: -4.6rem;
  right: 0;
  width: 400px;
  box-shadow: 2.5px 4.3px 62px 0 rgba(0, 0, 0, 0.22);
}
.cid-shDZKifmF9 .title {
  position: absolute;
  right: 0rem;
  transform: rotate(90deg);
  transform-origin: top right;
  top: 26rem;
  padding: 0;
}
.cid-shDZKifmF9 .title:before {
  content: '';
  position: absolute;
  background: currentColor;
  top: 50%;
  left: -8.6rem;
  width: 100px;
  height: 2px;
}
@media (max-width: 1400px) {
  .cid-shDZKifmF9 .img2 {
    width: 400px;
  }
  .cid-shDZKifmF9 .container-fluid {
    padding-right: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-shDZKifmF9 .img2 {
    width: 400px;
  }
  .cid-shDZKifmF9 .img1 {
    padding-right: 4rem;
  }
}
@media (max-width: 767px) {
  .cid-shDZKifmF9 .img1 {
    height: 600px;
    padding-right: 3rem;
  }
  .cid-shDZKifmF9 .img2 {
    width: 200px;
  }
  .cid-shDZKifmF9 .container-fluid {
    padding-right: 1rem;
  }
}
.cid-shDZKifmF9 H1 {
  color: #4f4943;
}
.cid-shUIkvzAOi {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #f1eeea;
}
.cid-shUIkvzAOi img {
  width: 90%;
}
.cid-shUIkvzAOi .mbr-text,
.cid-shUIkvzAOi .mbr-section-btn {
  color: #4f4943;
}
@media (max-width: 992px) {
  .cid-shUIkvzAOi img {
    width: 100%;
  }
  .cid-shUIkvzAOi .pb-5 {
    padding-bottom: 1rem !important;
  }
}
.cid-ty0c8GVZV2 {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-ty0c8GVZV2 .card-text,
.cid-ty0c8GVZV2 .mbr-section-subtitle {
  color: #8d97ad;
}
.cid-ty0c8GVZV2 .main,
.cid-ty0c8GVZV2 .main-reverse {
  border: 1px solid rgba(120, 130, 140, 0.13);
  margin: 0;
  background: #efefef;
}
.cid-ty0c8GVZV2 .img-wrap {
  width: 100% !important;
  height: 100% !important;
}
.cid-ty0c8GVZV2 .main-reverse {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-ty0c8GVZV2 .image-element {
  padding: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-ty0c8GVZV2 .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-ty0c8GVZV2 .text-element {
  padding: 3rem 2rem;
}
.cid-ty0c8GVZV2 .mbr-iconfont {
  font-size: 3rem;
  color: #188ef4;
}
.cid-ty0c8GVZV2 .bottom-radius {
  overflow: hidden;
  border-bottom-left-radius: .25rem;
  border-bottom-right-radius: .25rem;
}
.cid-ty0c8GVZV2 .top-radius {
  border-top-left-radius: .25rem;
  border-top-right-radius: .25rem;
  overflow: hidden;
}
@media (max-width: 991px) {
  .cid-ty0c8GVZV2 .main-reverse {
    -webkit-flex-direction: row;
    flex-direction: row;
  }
}
@media (max-width: 767px) {
  .cid-ty0c8GVZV2 .container {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .cid-ty0c8GVZV2 .image-element,
  .cid-ty0c8GVZV2 .text-element {
    margin-bottom: 0;
  }
  .cid-ty0c8GVZV2 .main:first-child {
    padding-top: 0;
  }
}
.cid-ty0c8GVZV2 .card-text,
.cid-ty0c8GVZV2 .mbr-section-btn {
  color: #343434;
}
.cid-ty0c8GVZV2 .mbr-section-subtitle {
  color: #343434;
}
.cid-ty0c9ACMeD {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-ty0c9ACMeD .card-text,
.cid-ty0c9ACMeD .mbr-section-subtitle {
  color: #8d97ad;
}
.cid-ty0c9ACMeD .main,
.cid-ty0c9ACMeD .main-reverse {
  border: 1px solid rgba(120, 130, 140, 0.13);
  margin: 0;
  background: #efefef;
}
.cid-ty0c9ACMeD .img-wrap {
  width: 100% !important;
  height: 100% !important;
}
.cid-ty0c9ACMeD .main-reverse {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-ty0c9ACMeD .image-element {
  padding: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-ty0c9ACMeD .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-ty0c9ACMeD .text-element {
  padding: 3rem 2rem;
}
.cid-ty0c9ACMeD .mbr-iconfont {
  font-size: 3rem;
  color: #188ef4;
}
.cid-ty0c9ACMeD .bottom-radius {
  overflow: hidden;
  border-bottom-left-radius: .25rem;
  border-bottom-right-radius: .25rem;
}
.cid-ty0c9ACMeD .top-radius {
  border-top-left-radius: .25rem;
  border-top-right-radius: .25rem;
  overflow: hidden;
}
@media (max-width: 991px) {
  .cid-ty0c9ACMeD .main-reverse {
    -webkit-flex-direction: row;
    flex-direction: row;
  }
}
@media (max-width: 767px) {
  .cid-ty0c9ACMeD .container {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .cid-ty0c9ACMeD .image-element,
  .cid-ty0c9ACMeD .text-element {
    margin-bottom: 0;
  }
  .cid-ty0c9ACMeD .main:first-child {
    padding-top: 0;
  }
}
.cid-ty0c9ACMeD .card-text,
.cid-ty0c9ACMeD .mbr-section-btn {
  color: #343434;
}
.cid-rArWGumJqV {
  padding-top: 105px;
  padding-bottom: 60px;
  background-color: #4f4943;
}
.cid-rArWGumJqV .text-wrap {
  background-color: #e1dede;
  padding: 3rem 6rem;
}
.cid-rArWGumJqV .img1 {
  position: absolute;
  left: 0;
  top: 0;
  width: 75%;
  height: 80%;
  object-fit: cover;
}
.cid-rArWGumJqV .link {
  position: relative;
  width: fit-content;
  display: inline-block;
  padding-right: 2rem;
  cursor: pointer;
}
.cid-rArWGumJqV .link:before {
  content: "\e966";
  font-family: MobiriseIcons !important;
  position: absolute;
  right: 0rem;
  transition: all 0.3s;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1rem;
  color: currentColor;
}
.cid-rArWGumJqV .link:hover:before {
  margin-right: -0.4rem;
}
.cid-rArWGumJqV .mbr-text,
.cid-rArWGumJqV .link-wrap {
  text-align: center;
  color: #4f4943;
}
.cid-rArWGumJqV H4 {
  color: #b69b74;
}
@media (max-width: 992px) {
  .cid-rArWGumJqV .img1 {
    width: 50%;
  }
  .cid-rArWGumJqV .text-wrap {
    background-color: #e1dede;
    padding: 2rem 2rem;
  }
}
.cid-rArWGumJqV H1 {
  color: #f7f4f0;
}
.cid-uSwVX9qLur {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #efefef;
}
.cid-uSwVX9qLur .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSwVX9qLur .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSwVX9qLur .content-wrapper {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uSwVX9qLur .content-wrapper {
    padding: 0;
  }
}
.cid-uSwVX9qLur .content-wrapper .rating-wrapper {
  margin-bottom: 24px;
}
.cid-uSwVX9qLur .content-wrapper .rating-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline-flex;
  justify-content: center;
}
.cid-uSwVX9qLur .content-wrapper .rating-wrapper .list .item-wrap {
  padding: 12px;
  -webkit-text-stroke-width: .15rem;
  -webkit-text-stroke-color: #4f4943;
  margin-bottom: 0;
}
.cid-uSwVX9qLur .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 75%;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uSwVX9qLur .content-wrapper .text-wrapper .mbr-text {
    margin-bottom: 24px;
    width: 100%;
  }
}
.cid-uSwVX9qLur .content-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-uSwVX9qLur .list {
  color: #ffe66d;
  text-align: center;
}
.cid-uSwVX9qLur .mbr-text,
.cid-uSwVX9qLur .text-wrapper {
  color: #050f0f;
}
.cid-uSwVX9qLur .mbr-desc {
  color: #050f0f;
  text-align: center;
}
.cid-uSwVX9qLur .mbr-text,
.cid-uSwVX9qLur .text-wrapper,
.cid-uSwVX9qLur .rating-wrapper {
  text-align: center;
}
.cid-scJJfwHOZr {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-scJJfwHOZr .carousel {
  z-index: 2;
  position: relative;
}
.cid-scJJfwHOZr .big-icon {
  position: absolute;
  top: 1rem;
  left: 50%;
  right: 50;
  font-size: 12rem;
  transform: translate(-50%, -50%);
  z-index: 0;
  color: #b69b74;
  opacity: 0.5;
}
.cid-scJJfwHOZr .user {
  padding: 0!important;
}
.cid-scJJfwHOZr .mbr-iconfont {
  font-family: Moririse2!important;
}
.cid-scJJfwHOZr .carousel-item {
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-scJJfwHOZr .carousel-item.active,
.cid-scJJfwHOZr .carousel-item-next,
.cid-scJJfwHOZr .carousel-item-prev {
  display: flex;
}
.cid-scJJfwHOZr .user_name {
  margin: 0;
}
.cid-scJJfwHOZr .carousel-controls a {
  font-size: 2rem;
}
.cid-scJJfwHOZr .carousel-controls a span {
  position: absolute;
  transition: opacity 0.3s;
  top: 70px;
  padding: 10px;
  border-radius: 50%;
  color: #82674b;
  background: transparent;
  opacity: 0.5;
}
.cid-scJJfwHOZr .carousel-controls a:hover span {
  opacity: 1;
  cursor: pointer;
}
.cid-scJJfwHOZr ol {
  margin-bottom: 0;
  bottom: -3rem;
}
.cid-scJJfwHOZr .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: auto 7px;
  border: none;
  background: #82674b;
  transition: all 0.3s;
  border-radius: 50%;
  opacity: 0.5;
}
.cid-scJJfwHOZr .carousel-indicators li:hover {
  opacity: 1;
}
.cid-scJJfwHOZr .carousel-indicators .active {
  opacity: 1;
  width: 10px;
  height: 10px;
}
.cid-scJJfwHOZr .user_desk {
  color: #767676;
}
.cid-scJJfwHOZr .user_text {
  color: #4f4943;
}
.cid-ty0sGNGE7e {
  background-image: url("../../../assets/images/safari-1800x1200.jpg");
}
.cid-ty0sGNGE7e .mbr-section-title DIV {
  text-align: center;
}
.cid-ty0sGNGE7e .mbr-text,
.cid-ty0sGNGE7e .mbr-section-btn {
  text-align: left;
}
.cid-ty0tZJQ4bx {
  padding-top: 30px;
  padding-bottom: 15px;
  background-image: url("../../../assets/images/travel-1000x667.jpg");
}
@media (max-width: 767px) {
  .cid-ty0tZJQ4bx {
    padding-top: 4px;
    padding-bottom: 2px;
  }
}
.cid-ty0tZJQ4bx input::-webkit-input-placeholder,
.cid-ty0tZJQ4bx textarea::-webkit-input-placeholder {
  color: #132c70;
}
.cid-ty0tZJQ4bx input:-moz-placeholder,
.cid-ty0tZJQ4bx textarea:-moz-placeholder {
  color: #132c70;
}
.cid-ty0tZJQ4bx .mbr-section-title {
  line-height: 1;
  margin-bottom: 1rem;
}
.cid-ty0tZJQ4bx .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(to right, #cfa66c, #5f7709);
  display: inline-block;
}
.cid-ty0tZJQ4bx .row {
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
}
.cid-ty0tZJQ4bx .form-1 {
  background-color: #ffffff;
  padding: 1.5rem;
  margin-right: 15px;
  border: 1px solid #132c70;
}
.cid-ty0tZJQ4bx .form-group {
  padding-left: 1rem;
}
.cid-ty0tZJQ4bx .form-control {
  width: 100%;
  padding: 0.5rem 1rem;
  border-radius: 0px;
}
.cid-ty0tZJQ4bx input.form-control {
  min-height: 42px;
  border: 1px solid #132c70;
}
.cid-ty0tZJQ4bx textarea.form-control {
  padding: 1rem;
}
.cid-ty0tZJQ4bx .input-group-btn {
  margin-top: 0.5rem;
}
.cid-ty0tZJQ4bx .mbr-section-btn .btn {
  margin-left: 4px !important;
}
@media (max-width: 767px) {
  .cid-ty0tZJQ4bx .container-fluid {
    padding: 0 1rem;
  }
  .cid-ty0tZJQ4bx .underline .line {
    height: 2px;
  }
  .cid-ty0tZJQ4bx .text-element {
    padding-bottom: 1rem;
  }
  .cid-ty0tZJQ4bx .form-1 {
    padding: 1rem;
    margin: 1rem;
  }
  .cid-ty0tZJQ4bx .btn {
    width: 100%;
  }
}
@media (min-width: 767px) {
  .cid-ty0tZJQ4bx .text-element {
    padding-left: 5rem;
  }
  .cid-ty0tZJQ4bx .mbr-section-subtitle {
    padding-right: 3rem;
  }
  .cid-ty0tZJQ4bx .container-fluid {
    padding: 0 2rem;
  }
}
.cid-ty0tZJQ4bx .container-fluid {
  max-width: 1300px;
}
.cid-ty0tZJQ4bx .mbr-section-subtitle {
  margin-bottom: 0rem;
}
.cid-ty0tZJQ4bx .btn-line {
  margin-top: 3rem;
}
.cid-tYviXCRNea {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #efefef;
}
.cid-tYviXCRNea .carousel-item {
  justify-content: center;
  -webkit-justify-content: center;
  padding-top: 8rem;
}
.cid-tYviXCRNea .carousel-item.active,
.cid-tYviXCRNea .carousel-item-next,
.cid-tYviXCRNea .carousel-item-prev {
  display: flex;
}
.cid-tYviXCRNea h2 {
  font-size: 15rem;
  position: absolute;
  left: 50%;
  width: fit-content;
  right: 50%;
  top: -8rem;
  transform: translateX(-50%);
  opacity: 0.1;
}
.cid-tYviXCRNea .carousel-controls a {
  transition: opacity 0.5s;
  font-size: 2rem;
}
.cid-tYviXCRNea .carousel-controls a span {
  position: absolute;
  top: 120px;
  padding: 10px;
  border-radius: 50%;
  color: white;
  background: #cfa66c;
  opacity: 0.3;
  transition: all 0.3s;
}
.cid-tYviXCRNea .carousel-controls a:hover span {
  opacity: 0.4;
}
.cid-tYviXCRNea H2 {
  color: #b69b74;
}
.cid-tYviXCRNea .title {
  color: #343434;
}
.cid-tYviXCRNea .user_text {
  color: #767676;
}
.cid-rArWIuB3C5 {
  background-image: url("../../../assets/images/sunset-1000x750.jpg");
}
.cid-siFOWkb9gF {
  padding-top: 30px;
  padding-bottom: 15px;
  background: linear-gradient(0deg, #eee8df, #ffffff);
}
.cid-siFOWkb9gF a {
  text-align: center;
}
.cid-siFOWkb9gF p {
  color: #0a0a0a;
  text-align: center;
}
.cid-siFOWkb9gF span {
  font-size: 2rem;
}
.cid-siFOWkb9gF .mbr-iconfont-social {
  font-size: 20px;
  width: 44px;
  padding-top: 6px;
  display: inline-block;
  line-height: 38px;
  border-radius: 50%;
}
.cid-siFOWkb9gF .socicon-twitter {
  color: #4da7de;
}
.cid-siFOWkb9gF .socicon-facebook {
  color: #3e5b98;
}
.cid-siFOWkb9gF .socicon-googleplus {
  color: #dd4b39;
}
.cid-siFOWkb9gF .socicon-instagram {
  color: #3f729b;
}
.cid-siFOWkb9gF .social-list a:focus {
  text-decoration: none;
}
.cid-siFOWkb9gF .text-copyright {
  width: 100%;
}
.cid-siFOWkb9gF .img-logo-footer {
  margin-right: 1rem;
  max-width: 5rem;
}
.cid-siFOWkb9gF .text-logo-footer {
  display: inline-block;
  vertical-align: middle;
}
.cid-siFOWkb9gF .logo-footer {
  line-height: normal;
}
.cid-siFOWkb9gF .copyright {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-siFOWkb9gF .social-btns {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-siFOWkb9gF .media-container-row {
  -webkit-align-items: center;
  align-items: center;
}
.cid-siFOWkb9gF .media-container-row a {
  margin: 0 1rem;
}
.cid-tYp6sOiQXb {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #eee8df;
}
.cid-tYp6sOiQXb .mbr-text {
  color: #767676;
}
.cid-tYp6sOiQXb h4 {
  text-align: center;
}
.cid-tYp6sOiQXb p {
  text-align: center;
}
.cid-tYp6sOiQXb .card-img span {
  font-size: 96px;
  color: #cfa66c;
}
.cid-ty0xMxvkjX {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #232323;
}
.cid-ty0xMxvkjX .listico {
  padding-right: 1rem;
  font-size: 0.9rem;
}
.cid-ty0xMxvkjX .navbar-logo {
  width: 80px;
  margin-bottom: 10px;
}
.cid-ty0xMxvkjX .mbr-text {
  color: #444;
}
.cid-ty0xMxvkjX h5 {
  margin-bottom: 0;
}
.cid-ty0xMxvkjX .navbar-brand {
  margin: 0rem;
  width: 100%;
}
.cid-ty0xMxvkjX .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-ty0xMxvkjX .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
  display: inline-block;
}
.cid-ty0xMxvkjX .socicon {
  font-size: 1.3rem;
  background: #c7a859;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-ty0xMxvkjX .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-ty0xMxvkjX .social-list .soc-item {
  margin: 0 .3rem;
}
.cid-ty0xMxvkjX .social-list a {
  margin: 0;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-ty0xMxvkjX .social-list a:hover {
  opacity: .4;
}
.cid-ty0xMxvkjX .media-container-row > div {
  padding: 0px;
}
.cid-ty0xMxvkjX .text2 {
  color: #ffffff;
  text-align: left;
}
.cid-ty0xMxvkjX .group-title {
  text-align: left;
  color: #ffffff;
}
.cid-ty0xMxvkjX .group-title SPAN {
  color: #ffffff;
}
.cid-ty0xMxvkjX .links {
  color: #ffffff;
  line-height: 1.6;
}
@media (max-width: 991px) {
  .cid-ty0xMxvkjX .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-ty0xMxvkjX .social-list,
  .cid-ty0xMxvkjX .img-list {
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-ty0xMxvkjX h3 {
    margin-bottom: 10px;
  }
  .cid-ty0xMxvkjX .navbar-brand {
    text-align: center;
  }
}
.cid-ty0xMxvkjX .links SPAN {
  color: #9e9e9e;
}
.cid-t28g2LMlUH {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #343434;
}
.cid-t28g2LMlUH .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-t28g2LMlUH .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
@media (max-width: 767px) {
  .cid-t28g2LMlUH .row {
    text-align: center;
  }
  .cid-t28g2LMlUH .social-row {
    justify-content: center;
  }
}
.cid-t28g2LMlUH .list {
  list-style: none;
  padding-left: 0;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-t28g2LMlUH .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-t28g2LMlUH .list {
    margin-bottom: 0rem;
  }
}
.cid-t28g2LMlUH .mbr-text {
  color: #bbbbbb;
}
.cid-t28g2LMlUH .mbr-iconfont {
  color: black;
}
.cid-t28g2LMlUH .copyright {
  color: #cccccc;
}
.cid-t28g2LMlUH .mbr-section-subtitle {
  color: #cfa66c;
}
.cid-uFMx41vfTG {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #343434;
}
.cid-uFMx41vfTG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFMx41vfTG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFMx41vfTG .content-wrapper {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uFMx41vfTG .content-wrapper {
    padding: 0;
  }
}
.cid-uFMx41vfTG .content-wrapper .rating-wrapper {
  margin-bottom: 24px;
}
.cid-uFMx41vfTG .content-wrapper .rating-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline-flex;
  justify-content: center;
}
.cid-uFMx41vfTG .content-wrapper .rating-wrapper .list .item-wrap {
  padding: 12px;
  -webkit-text-stroke-width: .15rem;
  -webkit-text-stroke-color: #050f0f;
  margin-bottom: 0;
}
.cid-uFMx41vfTG .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 75%;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uFMx41vfTG .content-wrapper .text-wrapper .mbr-text {
    margin-bottom: 24px;
    width: 100%;
  }
}
.cid-uFMx41vfTG .content-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-uFMx41vfTG .list {
  color: #ffe66d;
  text-align: center;
}
.cid-uFMx41vfTG .mbr-text,
.cid-uFMx41vfTG .text-wrapper {
  color: #050f0f;
}
.cid-uFMx41vfTG .mbr-desc {
  color: #c1c1c1;
  text-align: center;
}
.cid-uFMx41vfTG .mbr-text,
.cid-uFMx41vfTG .text-wrapper,
.cid-uFMx41vfTG .rating-wrapper {
  text-align: center;
}
.cid-uFMxhnwoTa.popup-builder {
  background-color: #ffffff;
}
.cid-uFMxhnwoTa.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uFMxhnwoTa.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uFMxhnwoTa .modal-content,
.cid-uFMxhnwoTa .modal-dialog {
  height: auto;
}
.cid-uFMxhnwoTa .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uFMxhnwoTa .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uFMxhnwoTa .form-wrapper .mbr-form .form-group,
  .cid-uFMxhnwoTa .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uFMxhnwoTa .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uFMxhnwoTa .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uFMxhnwoTa .mbr-text {
  text-align: center;
}
.cid-uFMxhnwoTa .pt-0 {
  padding-top: 0 !important;
}
.cid-uFMxhnwoTa .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uFMxhnwoTa .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uFMxhnwoTa .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uFMxhnwoTa .modal-open {
  overflow: hidden;
}
.cid-uFMxhnwoTa .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uFMxhnwoTa .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uFMxhnwoTa .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uFMxhnwoTa .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-uFMxhnwoTa .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uFMxhnwoTa .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uFMxhnwoTa .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uFMxhnwoTa .modal-content {
  background: #cccccc;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-uFMxhnwoTa .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uFMxhnwoTa .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uFMxhnwoTa .modal-backdrop.fade {
  opacity: 0;
}
.cid-uFMxhnwoTa .modal-backdrop.show {
  opacity: .5;
}
.cid-uFMxhnwoTa .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-uFMxhnwoTa .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uFMxhnwoTa .modal-header {
    padding: 1rem;
  }
}
.cid-uFMxhnwoTa .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uFMxhnwoTa .modal-header .close svg {
  fill: #353535;
}
.cid-uFMxhnwoTa .modal-header .close:hover {
  opacity: 1;
}
.cid-uFMxhnwoTa .modal-header .close:focus {
  outline: none;
}
.cid-uFMxhnwoTa .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uFMxhnwoTa .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uFMxhnwoTa .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uFMxhnwoTa .modal-body {
    padding: 1rem;
  }
}
.cid-uFMxhnwoTa .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uFMxhnwoTa .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uFMxhnwoTa .modal-footer {
    padding: 1rem;
  }
}
.cid-uFMxhnwoTa .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uFMxhnwoTa .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uFMxhnwoTa .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uFMxhnwoTa .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uFMxhnwoTa .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uFMxhnwoTa .modal-lg,
  .cid-uFMxhnwoTa .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uFMxhnwoTa .modal-xl {
    max-width: 1140px;
  }
}
.cid-uFMxhnwoTa .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uFMxhnwoTa .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-uFMxhnwoTa .form-group {
  margin-bottom: 1rem;
}
.cid-uFMxhnwoTa .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uFMxhnwoTa .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uFMxhnwoTa .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-uFMxhnwoTa .mbr-section-btn {
  margin: 0;
}
.cid-uFMxhnwoTa .mbr-section-btn .btn {
  margin: 0;
}
.cid-uFMEo9AR3l {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #343434;
}
.cid-uFMEo9AR3l .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFMEo9AR3l .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFMEo9AR3l .content-wrapper {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uFMEo9AR3l .content-wrapper {
    padding: 0;
  }
}
.cid-uFMEo9AR3l .content-wrapper .rating-wrapper {
  margin-bottom: 24px;
}
.cid-uFMEo9AR3l .content-wrapper .rating-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline-flex;
  justify-content: center;
}
.cid-uFMEo9AR3l .content-wrapper .rating-wrapper .list .item-wrap {
  padding: 12px;
  -webkit-text-stroke-width: .15rem;
  -webkit-text-stroke-color: #050f0f;
  margin-bottom: 0;
}
.cid-uFMEo9AR3l .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 75%;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uFMEo9AR3l .content-wrapper .text-wrapper .mbr-text {
    margin-bottom: 24px;
    width: 100%;
  }
}
.cid-uFMEo9AR3l .content-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-uFMEo9AR3l .list {
  color: #ffe66d;
  text-align: center;
}
.cid-uFMEo9AR3l .mbr-text,
.cid-uFMEo9AR3l .text-wrapper {
  color: #050f0f;
}
.cid-uFMEo9AR3l .mbr-desc {
  color: #c1c1c1;
  text-align: center;
}
.cid-uFMEo9AR3l .mbr-text,
.cid-uFMEo9AR3l .text-wrapper,
.cid-uFMEo9AR3l .rating-wrapper {
  text-align: center;
}
.cid-uFMEt1RPJU .navbar {
  padding: .5rem 0;
  background: #232323;
  transition: none;
  min-height: 100px;
}
.cid-uFMEt1RPJU .navbar-dropdown.bg-color.transparent.opened {
  background: #232323;
}
.cid-uFMEt1RPJU a {
  font-style: normal;
}
.cid-uFMEt1RPJU a .link:hover {
  color: inherit!important;
}
.cid-uFMEt1RPJU .dropdown-item:active {
  background: #232323;
}
.cid-uFMEt1RPJU .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-uFMEt1RPJU .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.1rem 0 !important;
  margin: 0.5rem 1.4rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-uFMEt1RPJU .nav-item:focus,
.cid-uFMEt1RPJU .nav-link:focus {
  outline: none;
}
.cid-uFMEt1RPJU .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-uFMEt1RPJU .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-uFMEt1RPJU .menu-logo {
  margin-right: auto;
}
.cid-uFMEt1RPJU .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uFMEt1RPJU .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-uFMEt1RPJU .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-uFMEt1RPJU .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uFMEt1RPJU .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-uFMEt1RPJU .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uFMEt1RPJU .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-uFMEt1RPJU .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-uFMEt1RPJU .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-uFMEt1RPJU .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-uFMEt1RPJU .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uFMEt1RPJU .dropdown .dropdown-menu {
  background: #232323;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-uFMEt1RPJU .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-uFMEt1RPJU .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uFMEt1RPJU .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uFMEt1RPJU .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uFMEt1RPJU .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-uFMEt1RPJU .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-uFMEt1RPJU .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-uFMEt1RPJU .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-uFMEt1RPJU .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uFMEt1RPJU .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-uFMEt1RPJU .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uFMEt1RPJU button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.8rem;
  right: 1rem;
}
.cid-uFMEt1RPJU button.navbar-toggler:focus {
  outline: none;
}
.cid-uFMEt1RPJU button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #cfa66c;
}
.cid-uFMEt1RPJU button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uFMEt1RPJU button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uFMEt1RPJU button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uFMEt1RPJU button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uFMEt1RPJU nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uFMEt1RPJU nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uFMEt1RPJU nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uFMEt1RPJU nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uFMEt1RPJU .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uFMEt1RPJU .collapsed .btn {
  display: -webkit-flex;
}
.cid-uFMEt1RPJU .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uFMEt1RPJU .collapsed .navbar-collapse.collapsing,
.cid-uFMEt1RPJU .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uFMEt1RPJU .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uFMEt1RPJU .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uFMEt1RPJU .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uFMEt1RPJU .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uFMEt1RPJU .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-uFMEt1RPJU .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-uFMEt1RPJU .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uFMEt1RPJU .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-uFMEt1RPJU .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uFMEt1RPJU .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-uFMEt1RPJU .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-uFMEt1RPJU .collapsed button.navbar-toggler {
  display: block;
}
.cid-uFMEt1RPJU .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-uFMEt1RPJU .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uFMEt1RPJU .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-uFMEt1RPJU .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uFMEt1RPJU .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uFMEt1RPJU .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1023px) {
  .cid-uFMEt1RPJU .navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uFMEt1RPJU img {
    height: 3.8rem !important;
  }
  .cid-uFMEt1RPJU .btn {
    display: -webkit-flex;
  }
  .cid-uFMEt1RPJU button.navbar-toggler {
    display: block;
  }
  .cid-uFMEt1RPJU .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-uFMEt1RPJU .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uFMEt1RPJU .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-uFMEt1RPJU .navbar-collapse.collapsing,
  .cid-uFMEt1RPJU .navbar-collapse.show {
    display: block !important;
  }
  .cid-uFMEt1RPJU .navbar-collapse.collapsing .navbar-nav,
  .cid-uFMEt1RPJU .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uFMEt1RPJU .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uFMEt1RPJU .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uFMEt1RPJU .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-uFMEt1RPJU .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-uFMEt1RPJU .navbar-collapse.collapsing .navbar-buttons,
  .cid-uFMEt1RPJU .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-uFMEt1RPJU .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uFMEt1RPJU .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uFMEt1RPJU .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-uFMEt1RPJU .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uFMEt1RPJU .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uFMEt1RPJU .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-uFMEt1RPJU .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-uFMEt1RPJU .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-uFMEt1RPJU .nav-link,
.cid-uFMEt1RPJU .dropdown-item {
  border-bottom: 2px solid transparent;
  transition: all 0.3s;
}
.cid-uFMEt1RPJU .nav-link:hover,
.cid-uFMEt1RPJU .dropdown-item:hover {
  color: #efefef !important;
  border-color: #cfa66c;
}
.cid-stppFDZKW3 {
  overflow-x: hidden !important;
}
.cid-stppFDZKW3 .mbr-section-title {
  color: #4f4943;
}
.cid-stppFDZKW3 .mbr-section-title span {
  color: #cfa66c;
}
.cid-stppFDZKW3 .mbr-text {
  color: #4f4943;
  letter-spacing: 5px;
  font-weight: 100;
}
.cid-stppFDZKW3 .scroll-wrapper {
  top: 0;
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  background-size: cover;
  position: absolute;
  background-repeat: repeat;
  z-index: 0;
  -webkit-animation-duration: 13s !important;
  animation-duration: 13s;
  background-image: url("../../../assets/images/elephants-of-south-luangwa-1-1200x797.jpg");
}
.cid-stppFDZKW3 .scroll-wrapper.second {
  left: calc(100% - 1px);
}
.cid-stppFDZKW3 .mbr-overlay {
  z-index: 1;
}
.cid-stppFDZKW3 .block-content {
  z-index: 2;
}
@keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-webkit-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-moz-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-o-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
.cid-shUVkZR5p8 {
  padding-top: 90px;
  padding-bottom: 135px;
  background-color: #f1eeea;
}
.cid-shUVkZR5p8 .container-fluid {
  position: relative;
  padding-right: 10.4rem;
  padding-left: 0;
}
.cid-shUVkZR5p8 .wrapper {
  position: relative;
}
.cid-shUVkZR5p8 .img1 {
  width: 100%;
  padding-right: 6rem;
  object-fit: cover;
  height: 800px;
}
.cid-shUVkZR5p8 .mbr-iconfont {
  font-size: 1.8rem;
  color: #232323;
}
.cid-shUVkZR5p8 .mbr-iconfont:hover {
  cursor: pointer;
}
.cid-shUVkZR5p8 .icon1 {
  position: absolute;
  top: 2rem;
  right: 0rem;
}
.cid-shUVkZR5p8 .icon2 {
  position: absolute;
  top: 5rem;
  right: 0rem;
}
.cid-shUVkZR5p8 .img2 {
  position: absolute;
  bottom: -4.6rem;
  right: 0;
  width: 400px;
  box-shadow: 2.5px 4.3px 62px 0 rgba(0, 0, 0, 0.22);
}
.cid-shUVkZR5p8 .title {
  position: absolute;
  right: 0rem;
  transform: rotate(90deg);
  transform-origin: top right;
  top: 26rem;
  padding: 0;
}
.cid-shUVkZR5p8 .title:before {
  content: '';
  position: absolute;
  background: currentColor;
  top: 50%;
  left: -8.6rem;
  width: 100px;
  height: 2px;
}
@media (max-width: 1400px) {
  .cid-shUVkZR5p8 .img2 {
    width: 400px;
  }
  .cid-shUVkZR5p8 .container-fluid {
    padding-right: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-shUVkZR5p8 .img2 {
    width: 400px;
  }
  .cid-shUVkZR5p8 .img1 {
    padding-right: 4rem;
  }
}
@media (max-width: 767px) {
  .cid-shUVkZR5p8 .img1 {
    height: 600px;
    padding-right: 3rem;
  }
  .cid-shUVkZR5p8 .img2 {
    width: 200px;
  }
  .cid-shUVkZR5p8 .container-fluid {
    padding-right: 1rem;
  }
}
.cid-shUWghtmtJ {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #f7f4f0;
}
.cid-shUWghtmtJ span {
  color: #c1c1c1;
}
.cid-shUWghtmtJ .flex-block {
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.cid-shUWghtmtJ .flex-block span {
  font-size: 3rem;
  margin-right: 3rem;
}
@media (min-width: 577px) {
  .cid-shUWghtmtJ .flex-block span {
    margin-left: 2rem;
  }
}
.cid-shUWghtmtJ .block-quote {
  color: #4f4943;
  text-align: center;
}
.cid-sefeLCvlIl {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-sefeLCvlIl img {
  width: 90%;
}
@media (max-width: 992px) {
  .cid-sefeLCvlIl img {
    width: 100%;
  }
  .cid-sefeLCvlIl .pb-5 {
    padding-bottom: 1rem!important;
  }
}
.cid-sefeLCvlIl ul {
  padding-left: 2rem;
  margin-bottom: 0;
}
.cid-sefeLCvlIl ul li {
  margin-bottom: 0.4rem;
  list-style: none;
  position: relative;
}
.cid-sefeLCvlIl ul li:before {
  position: absolute;
  left: -2.6rem;
  content: '';
  display: inline-block;
  text-align: center;
  margin: 10px 14px;
  line-height: 20px;
  transition: all .2s;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #b69b74;
}
.cid-sefeLCvlIl H3 {
  text-align: center;
}
.cid-sefeLCvlIl .text1 {
  color: #4f4943;
}
.cid-sefeLCvlIl H1 {
  color: #4f4943;
}
.cid-shUXz2yf7h {
  padding-top: 60px;
  padding-bottom: 15px;
  background-color: #f7f4f0;
}
.cid-shUXz2yf7h .row {
  padding: 0 1rem;
  justify-content: center;
}
.cid-shUXz2yf7h .card {
  margin-bottom: 2.5rem;
  padding: 0;
}
.cid-shUXz2yf7h .card .card-block {
  -webkit-flex-grow: 0;
  flex-grow: 0;
}
.cid-shUXz2yf7h .card .card-block .photo {
  display: inline-block;
  margin-bottom: 1.4rem;
  overflow: hidden;
}
.cid-shUXz2yf7h .card .card-block .photo img {
  width: 100%;
  min-width: 100%;
  height: 320px;
  object-fit: cover;
  min-height: 100%;
  transition: all 0.3s;
}
.cid-shUXz2yf7h .title {
  max-width: 800px;
  margin: auto;
}
.cid-shUXz2yf7h .text-wrap {
  padding: 0 1rem;
}
.cid-shUXz2yf7h .link {
  position: relative;
  width: fit-content;
  display: inline-block;
  padding-right: 2rem;
  cursor: pointer;
}
.cid-shUXz2yf7h .link:before {
  content: '\e966';
  font-family: MobiriseIcons !important;
  position: absolute;
  right: 0rem;
  transition: all 0.3s;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1rem;
  color: currentColor;
}
.cid-shUXz2yf7h .link:hover:before {
  margin-right: -0.4rem;
}
.cid-shUXz2yf7h .card-block:hover img {
  transform: scale(1.1);
}
.cid-shUXz2yf7h H4 {
  color: #b69b74;
}
@media (max-width: 992px) {
  .cid-shUXz2yf7h .md-pb {
    margin-bottom: 2rem !important;
  }
}
.cid-shUXz2yf7h .mbr-section-title {
  color: #4f4943;
}
.cid-shUXz2yf7h .mbr-section-subtitle {
  color: #4f4943;
}
.cid-shUXz2yf7h H2 {
  color: #4f4943;
}
.cid-uJbQaQEMbk {
  padding-top: 60px;
  padding-bottom: 135px;
  background-color: #f1eeea;
}
.cid-uJbQaQEMbk .container-fluid {
  position: relative;
  padding-right: 10.4rem;
}
.cid-uJbQaQEMbk .wrapper {
  position: relative;
}
.cid-uJbQaQEMbk .content {
  padding-left: 6rem;
  padding-right: 2rem;
}
.cid-uJbQaQEMbk .img1 {
  width: 100%;
  padding-right: 6rem;
  object-fit: cover;
  height: 800px;
}
.cid-uJbQaQEMbk .mbr-iconfont {
  font-size: 1.8rem;
  color: #232323;
}
.cid-uJbQaQEMbk .mbr-iconfont:hover {
  cursor: pointer;
}
.cid-uJbQaQEMbk .icon1 {
  position: absolute;
  top: 2rem;
  right: 0rem;
}
.cid-uJbQaQEMbk .icon2 {
  position: absolute;
  top: 5rem;
  right: 0rem;
}
.cid-uJbQaQEMbk .img2 {
  position: absolute;
  bottom: -4.6rem;
  right: 0;
  width: 400px;
  box-shadow: 2.5px 4.3px 62px 0 rgba(0, 0, 0, 0.22);
}
.cid-uJbQaQEMbk .title {
  position: absolute;
  right: 0rem;
  transform: rotate(90deg);
  transform-origin: top right;
  top: 26rem;
  padding: 0;
}
.cid-uJbQaQEMbk .title:before {
  content: '';
  position: absolute;
  background: currentColor;
  top: 50%;
  left: -8.6rem;
  width: 100px;
  height: 2px;
}
@media (max-width: 1400px) {
  .cid-uJbQaQEMbk .img2 {
    width: 400px;
  }
  .cid-uJbQaQEMbk .container-fluid {
    padding-right: 2rem;
    padding-left: 2rem;
  }
  .cid-uJbQaQEMbk .content {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media (max-width: 992px) {
  .cid-uJbQaQEMbk .img2 {
    width: 400px;
  }
  .cid-uJbQaQEMbk .img1 {
    padding-right: 4rem;
  }
  .cid-uJbQaQEMbk .content {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uJbQaQEMbk .img1 {
    height: 600px;
    padding-right: 3rem;
  }
  .cid-uJbQaQEMbk .img2 {
    width: 200px;
  }
  .cid-uJbQaQEMbk .container-fluid {
    padding: 0 1rem;
  }
  .cid-uJbQaQEMbk .content {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
.cid-uJbQaQEMbk .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJbQaQEMbk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSwRRmcf8l {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #f1eeea;
}
.cid-uSwRRmcf8l .row {
  padding: 0 1rem;
  justify-content: center;
}
.cid-uSwRRmcf8l .title {
  max-width: 800px;
  margin: auto;
}
.cid-uSwRRmcf8l .mbr-testimonial {
  padding: 0;
}
.cid-uSwRRmcf8l .mbr-testimonial .card-block {
  -webkit-flex-grow: 0;
  flex-grow: 0;
}
.cid-uSwRRmcf8l .mbr-testimonial .card-block .testimonial-photo {
  display: inline-block;
  margin-bottom: 1.6rem;
  overflow: hidden;
}
.cid-uSwRRmcf8l .mbr-testimonial .card-block .testimonial-photo img {
  width: 100%;
  min-width: 100%;
  height: 380px;
  object-fit: cover;
  min-height: 100%;
}
.cid-uSwRRmcf8l .mbr-testimonial p {
  padding: 0 1rem;
}
.cid-uSwRRmcf8l .mbr-testimonial .card-footer {
  margin-bottom: 2.2rem;
  border-top: 0;
  padding: 1rem 1rem 3rem 1rem;
  word-wrap: break-word;
  word-break: break-word;
  background: none;
  position: relative;
}
.cid-uSwRRmcf8l .mbr-testimonial .card-footer:before {
  content: '';
  position: absolute;
  background: #b69b74;
  bottom: -1rem;
  left: 50%;
  width: 2px;
  height: 3rem;
}
@media (max-width: 300px) {
  .cid-uSwRRmcf8l .testimonial-photo {
    width: 100% !important;
    height: auto !important;
  }
}
.cid-uSwRRmcf8l .mbr-author-desc {
  color: #b69b74;
}
.cid-uSwRRmcf8l H2 {
  color: #b69b74;
}
@media (max-width: 992px) {
  .cid-uSwRRmcf8l .md-pb {
    padding-bottom: 2rem !important;
  }
}
.cid-uSwRRmcf8l .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSwRRmcf8l .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-shs1vAsyYQ {
  padding-top: 30px;
  padding-bottom: 30px;
  position: relative;
  background-color: #efefef;
}
.cid-shs1vAsyYQ .mbr-iconfont {
  font-family: 'Moririse2' !important;
  display: inline-flex;
  transform-origin: ;
  transform: rotate(45deg);
  transition: all 0.3s;
  padding: 0 !important;
  font-size: 1.4rem !important;
  color: #b69b74;
}
.cid-shs1vAsyYQ .p-4 {
  padding: 1rem 0 !important;
}
.cid-shs1vAsyYQ .content {
  max-width: 650px;
}
.cid-shs1vAsyYQ img {
  width: 100%;
  height: 400px;
  object-fit: cover;
  object-position: top;
  margin-bottom: 3rem;
  box-shadow: 2.5px 4.3px 29px 0 rgba(0, 0, 0, 0.18);
}
.cid-shs1vAsyYQ .accordion .card .card-header {
  margin-bottom: 0px;
}
.cid-shs1vAsyYQ .mbri-arrow-down:before {
  content: '\e960';
}
.cid-shs1vAsyYQ .mbri-arrow-up:before {
  content: '\e960';
}
.cid-shs1vAsyYQ .collapsed .mbr-iconfont {
  transform: rotate(0deg);
}
.cid-shs1vAsyYQ h4 {
  justify-content: space-between;
  display: flex;
  width: 100%;
}
.cid-shs1vAsyYQ .card {
  border-radius: 0px;
}
.cid-shs1vAsyYQ .card .card-header {
  border-radius: 0px;
  border: 0px;
  background-color: transparent;
  padding: 0;
  border-bottom: 2px solid #b69b74;
}
.cid-shs1vAsyYQ .card .card-header a.panel-title {
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: flex;
  width: 100%;
  justify-content: space-between;
  text-decoration: none !important;
  line-height: normal;
}
.cid-shs1vAsyYQ .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-shs1vAsyYQ .card .card-header a.panel-title h4 {
  padding: 1.2rem 0rem;
  margin-bottom: 0;
}
.cid-shs1vAsyYQ .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
@media (max-width: 992px) {
  .cid-shs1vAsyYQ img {
    width: 100%;
  }
  .cid-shs1vAsyYQ .content {
    max-width: 100%;
  }
}
.cid-shs1vAsyYQ H4 {
  color: #4f4943;
}
.cid-shs1vAsyYQ .panel-text {
  color: #4f4943;
}
.cid-shs1vAsyYQ H1 {
  color: #4f4943;
}
.cid-shs1vAsyYQ H2 {
  color: #4f4943;
}
.cid-sefobn4myy {
  background-image: url("../../../assets/images/go-on-safari-800x600.jpg");
}
.cid-siFYqiYams {
  padding-top: 30px;
  padding-bottom: 15px;
  background: linear-gradient(0deg, #eee8df, #ffffff);
}
.cid-siFYqiYams a {
  text-align: center;
}
.cid-siFYqiYams p {
  color: #0a0a0a;
  text-align: center;
}
.cid-siFYqiYams span {
  font-size: 2rem;
}
.cid-siFYqiYams .mbr-iconfont-social {
  font-size: 20px;
  width: 44px;
  padding-top: 6px;
  display: inline-block;
  line-height: 38px;
  border-radius: 50%;
}
.cid-siFYqiYams .socicon-twitter {
  color: #4da7de;
}
.cid-siFYqiYams .socicon-facebook {
  color: #3e5b98;
}
.cid-siFYqiYams .socicon-googleplus {
  color: #dd4b39;
}
.cid-siFYqiYams .socicon-instagram {
  color: #3f729b;
}
.cid-siFYqiYams .social-list a:focus {
  text-decoration: none;
}
.cid-siFYqiYams .text-copyright {
  width: 100%;
}
.cid-siFYqiYams .img-logo-footer {
  margin-right: 1rem;
  max-width: 5rem;
}
.cid-siFYqiYams .text-logo-footer {
  display: inline-block;
  vertical-align: middle;
}
.cid-siFYqiYams .logo-footer {
  line-height: normal;
}
.cid-siFYqiYams .copyright {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-siFYqiYams .social-btns {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-siFYqiYams .media-container-row {
  -webkit-align-items: center;
  align-items: center;
}
.cid-siFYqiYams .media-container-row a {
  margin: 0 1rem;
}
.cid-t28g2LMlUH {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #343434;
}
.cid-t28g2LMlUH .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-t28g2LMlUH .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
@media (max-width: 767px) {
  .cid-t28g2LMlUH .row {
    text-align: center;
  }
  .cid-t28g2LMlUH .social-row {
    justify-content: center;
  }
}
.cid-t28g2LMlUH .list {
  list-style: none;
  padding-left: 0;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-t28g2LMlUH .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-t28g2LMlUH .list {
    margin-bottom: 0rem;
  }
}
.cid-t28g2LMlUH .mbr-text {
  color: #bbbbbb;
}
.cid-t28g2LMlUH .mbr-iconfont {
  color: black;
}
.cid-t28g2LMlUH .copyright {
  color: #cccccc;
}
.cid-t28g2LMlUH .mbr-section-subtitle {
  color: #cfa66c;
}
.cid-uFMEt1RPJU .navbar {
  padding: .5rem 0;
  background: #232323;
  transition: none;
  min-height: 100px;
}
.cid-uFMEt1RPJU .navbar-dropdown.bg-color.transparent.opened {
  background: #232323;
}
.cid-uFMEt1RPJU a {
  font-style: normal;
}
.cid-uFMEt1RPJU a .link:hover {
  color: inherit!important;
}
.cid-uFMEt1RPJU .dropdown-item:active {
  background: #232323;
}
.cid-uFMEt1RPJU .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-uFMEt1RPJU .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.1rem 0 !important;
  margin: 0.5rem 1.4rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-uFMEt1RPJU .nav-item:focus,
.cid-uFMEt1RPJU .nav-link:focus {
  outline: none;
}
.cid-uFMEt1RPJU .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-uFMEt1RPJU .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-uFMEt1RPJU .menu-logo {
  margin-right: auto;
}
.cid-uFMEt1RPJU .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uFMEt1RPJU .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-uFMEt1RPJU .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-uFMEt1RPJU .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uFMEt1RPJU .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-uFMEt1RPJU .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uFMEt1RPJU .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-uFMEt1RPJU .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-uFMEt1RPJU .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-uFMEt1RPJU .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-uFMEt1RPJU .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uFMEt1RPJU .dropdown .dropdown-menu {
  background: #232323;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-uFMEt1RPJU .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-uFMEt1RPJU .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uFMEt1RPJU .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uFMEt1RPJU .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uFMEt1RPJU .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-uFMEt1RPJU .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-uFMEt1RPJU .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-uFMEt1RPJU .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-uFMEt1RPJU .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uFMEt1RPJU .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-uFMEt1RPJU .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uFMEt1RPJU button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.8rem;
  right: 1rem;
}
.cid-uFMEt1RPJU button.navbar-toggler:focus {
  outline: none;
}
.cid-uFMEt1RPJU button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #cfa66c;
}
.cid-uFMEt1RPJU button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uFMEt1RPJU button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uFMEt1RPJU button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uFMEt1RPJU button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uFMEt1RPJU nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uFMEt1RPJU nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uFMEt1RPJU nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uFMEt1RPJU nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uFMEt1RPJU .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uFMEt1RPJU .collapsed .btn {
  display: -webkit-flex;
}
.cid-uFMEt1RPJU .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uFMEt1RPJU .collapsed .navbar-collapse.collapsing,
.cid-uFMEt1RPJU .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uFMEt1RPJU .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uFMEt1RPJU .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uFMEt1RPJU .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uFMEt1RPJU .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uFMEt1RPJU .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-uFMEt1RPJU .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-uFMEt1RPJU .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uFMEt1RPJU .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-uFMEt1RPJU .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uFMEt1RPJU .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-uFMEt1RPJU .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-uFMEt1RPJU .collapsed button.navbar-toggler {
  display: block;
}
.cid-uFMEt1RPJU .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-uFMEt1RPJU .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uFMEt1RPJU .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-uFMEt1RPJU .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uFMEt1RPJU .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uFMEt1RPJU .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1023px) {
  .cid-uFMEt1RPJU .navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uFMEt1RPJU img {
    height: 3.8rem !important;
  }
  .cid-uFMEt1RPJU .btn {
    display: -webkit-flex;
  }
  .cid-uFMEt1RPJU button.navbar-toggler {
    display: block;
  }
  .cid-uFMEt1RPJU .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-uFMEt1RPJU .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uFMEt1RPJU .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-uFMEt1RPJU .navbar-collapse.collapsing,
  .cid-uFMEt1RPJU .navbar-collapse.show {
    display: block !important;
  }
  .cid-uFMEt1RPJU .navbar-collapse.collapsing .navbar-nav,
  .cid-uFMEt1RPJU .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uFMEt1RPJU .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uFMEt1RPJU .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uFMEt1RPJU .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-uFMEt1RPJU .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-uFMEt1RPJU .navbar-collapse.collapsing .navbar-buttons,
  .cid-uFMEt1RPJU .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-uFMEt1RPJU .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uFMEt1RPJU .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uFMEt1RPJU .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-uFMEt1RPJU .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uFMEt1RPJU .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uFMEt1RPJU .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-uFMEt1RPJU .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-uFMEt1RPJU .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-uFMEt1RPJU .nav-link,
.cid-uFMEt1RPJU .dropdown-item {
  border-bottom: 2px solid transparent;
  transition: all 0.3s;
}
.cid-uFMEt1RPJU .nav-link:hover,
.cid-uFMEt1RPJU .dropdown-item:hover {
  color: #efefef !important;
  border-color: #cfa66c;
}
.cid-scJzohaLGT {
  overflow-x: hidden !important;
}
.cid-scJzohaLGT .mbr-section-title {
  color: #4f4943;
}
.cid-scJzohaLGT .mbr-section-title span {
  color: #cfa66c;
}
.cid-scJzohaLGT .mbr-text {
  color: #4f4943;
  letter-spacing: 5px;
  font-weight: 100;
}
.cid-scJzohaLGT .scroll-wrapper {
  top: 0;
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  background-size: cover;
  position: absolute;
  background-repeat: repeat;
  z-index: 0;
  -webkit-animation-duration: 13s !important;
  animation-duration: 13s;
  background-image: url("../../../assets/images/elephants-of-south-luangwa-1-1200x797.jpg");
}
.cid-scJzohaLGT .scroll-wrapper.second {
  left: calc(100% - 1px);
}
.cid-scJzohaLGT .mbr-overlay {
  z-index: 1;
}
.cid-scJzohaLGT .block-content {
  z-index: 2;
}
@keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-webkit-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-moz-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-o-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
.cid-sibRU9lNMK {
  padding-top: 90px;
  padding-bottom: 135px;
  background-color: #f1eeea;
}
.cid-sibRU9lNMK .container-fluid {
  position: relative;
  padding-right: 10.4rem;
  padding-left: 0;
}
.cid-sibRU9lNMK .wrapper {
  position: relative;
}
.cid-sibRU9lNMK .img1 {
  width: 100%;
  padding-right: 6rem;
  object-fit: cover;
  height: 800px;
}
.cid-sibRU9lNMK .mbr-iconfont {
  font-size: 1.8rem;
  color: #232323;
}
.cid-sibRU9lNMK .mbr-iconfont:hover {
  cursor: pointer;
}
.cid-sibRU9lNMK .icon1 {
  position: absolute;
  top: 2rem;
  right: 0rem;
}
.cid-sibRU9lNMK .icon2 {
  position: absolute;
  top: 5rem;
  right: 0rem;
}
.cid-sibRU9lNMK .img2 {
  position: absolute;
  bottom: -4.6rem;
  right: 0;
  width: 400px;
  box-shadow: 2.5px 4.3px 62px 0 rgba(0, 0, 0, 0.22);
}
.cid-sibRU9lNMK .title {
  position: absolute;
  right: 0rem;
  transform: rotate(90deg);
  transform-origin: top right;
  top: 26rem;
  padding: 0;
}
.cid-sibRU9lNMK .title:before {
  content: '';
  position: absolute;
  background: currentColor;
  top: 50%;
  left: -8.6rem;
  width: 100px;
  height: 2px;
}
@media (max-width: 1400px) {
  .cid-sibRU9lNMK .img2 {
    width: 400px;
  }
  .cid-sibRU9lNMK .container-fluid {
    padding-right: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-sibRU9lNMK .img2 {
    width: 400px;
  }
  .cid-sibRU9lNMK .img1 {
    padding-right: 4rem;
  }
}
@media (max-width: 767px) {
  .cid-sibRU9lNMK .img1 {
    height: 600px;
    padding-right: 3rem;
  }
  .cid-sibRU9lNMK .img2 {
    width: 200px;
  }
  .cid-sibRU9lNMK .container-fluid {
    padding-right: 1rem;
  }
}
.cid-sibShTUhSK {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #f7f4f0;
}
.cid-sibShTUhSK span {
  color: #c1c1c1;
}
.cid-sibShTUhSK .flex-block {
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.cid-sibShTUhSK .flex-block span {
  font-size: 3rem;
  margin-right: 3rem;
}
@media (min-width: 577px) {
  .cid-sibShTUhSK .flex-block span {
    margin-left: 2rem;
  }
}
.cid-sibShTUhSK .block-quote {
  color: #4f4943;
  text-align: center;
}
.cid-sibSZEahcK {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #f1eeea;
}
.cid-sibSZEahcK .row {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
.cid-sibSZEahcK img {
  width: 90%;
}
.cid-sibSZEahcK .mbr-text,
.cid-sibSZEahcK .mbr-section-btn {
  color: #4f4943;
}
@media (max-width: 992px) {
  .cid-sibSZEahcK img {
    width: 100%;
  }
  .cid-sibSZEahcK .pb-5 {
    padding-bottom: 1rem !important;
  }
}
.cid-sibU6E8aDK {
  padding-top: 105px;
  padding-bottom: 60px;
  background-color: #eee8df;
}
.cid-sibU6E8aDK .text-wrap {
  background-color: #e1dede;
  padding: 3rem 6rem;
}
.cid-sibU6E8aDK .img1 {
  position: absolute;
  left: 0;
  top: 0;
  width: 75%;
  height: 80%;
  object-fit: cover;
}
.cid-sibU6E8aDK .link {
  position: relative;
  width: fit-content;
  display: inline-block;
  padding-right: 2rem;
  cursor: pointer;
}
.cid-sibU6E8aDK .link:before {
  content: "\e966";
  font-family: MobiriseIcons !important;
  position: absolute;
  right: 0rem;
  transition: all 0.3s;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1rem;
  color: currentColor;
}
.cid-sibU6E8aDK .link:hover:before {
  margin-right: -0.4rem;
}
.cid-sibU6E8aDK .mbr-text,
.cid-sibU6E8aDK .link-wrap {
  text-align: center;
  color: #4f4943;
}
.cid-sibU6E8aDK H4 {
  color: #b69b74;
}
@media (max-width: 992px) {
  .cid-sibU6E8aDK .img1 {
    width: 50%;
  }
  .cid-sibU6E8aDK .text-wrap {
    background-color: #e1dede;
    padding: 2rem 2rem;
  }
}
.cid-sibU6E8aDK H1 {
  color: #f7f4f0;
}
.cid-sibVBfpTyr {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #f1eeea;
}
.cid-sibVBfpTyr .row {
  padding: 0 1rem;
  justify-content: center;
}
.cid-sibVBfpTyr .title {
  max-width: 800px;
  margin: auto;
}
.cid-sibVBfpTyr .text-wrap {
  padding: 0 1rem;
}
.cid-sibVBfpTyr .link {
  position: relative;
  width: fit-content;
  display: inline-block;
  padding-right: 2rem;
  cursor: pointer;
}
.cid-sibVBfpTyr .link:before {
  content: '\e966';
  font-family: MobiriseIcons !important;
  position: absolute;
  right: 0rem;
  transition: all 0.3s;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1rem;
  color: currentColor;
}
.cid-sibVBfpTyr .link:hover:before {
  margin-right: -0.4rem;
}
.cid-sibVBfpTyr .card-block:hover img {
  transform: scale(1.1);
}
.cid-sibVBfpTyr .card {
  padding: 0;
}
.cid-sibVBfpTyr .card .card-block {
  -webkit-flex-grow: 0;
  flex-grow: 0;
}
.cid-sibVBfpTyr .card .card-block .photo {
  display: inline-block;
  margin-bottom: 1.4rem;
  overflow: hidden;
}
.cid-sibVBfpTyr .card .card-block .photo img {
  width: 100%;
  min-width: 100%;
  height: 320px;
  object-fit: cover;
  min-height: 100%;
  transition: all 0.3s;
}
.cid-sibVBfpTyr H4 {
  color: #b69b74;
}
@media (max-width: 992px) {
  .cid-sibVBfpTyr .md-pb {
    margin-bottom: 2rem !important;
  }
}
.cid-sibVBfpTyr .mbr-section-subtitle {
  color: #4f4943;
}
.cid-sibVBfpTyr H2 {
  color: #4f4943;
}
.cid-sibVBfpTyr .mbr-text,
.cid-sibVBfpTyr .link-wrap {
  color: #4f4943;
}
.cid-shrZ9NUQEF {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #f7f4f0;
}
.cid-shrZ9NUQEF img {
  width: 90%;
}
.cid-shrZ9NUQEF .mbr-text,
.cid-shrZ9NUQEF .mbr-section-btn {
  color: #4f4943;
}
@media (max-width: 992px) {
  .cid-shrZ9NUQEF img {
    width: 100%;
  }
  .cid-shrZ9NUQEF .pb-5 {
    padding-bottom: 1rem !important;
  }
}
.cid-shrZ9NUQEF H3 {
  color: #4f4943;
}
.cid-shrZ9NUQEF H1 {
  color: #4f4943;
}
.cid-uGxdK4kZWo {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #eee8df;
}
.cid-uGxdK4kZWo .mbr-text {
  color: #767676;
}
.cid-uGxdK4kZWo h4 {
  text-align: center;
}
.cid-uGxdK4kZWo p {
  text-align: center;
}
.cid-uGxdK4kZWo .card-img span {
  font-size: 96px;
  color: #cfa66c;
}
.cid-uGxdK4kZWo .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGxdK4kZWo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-shs5eHo3yD {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #82786e;
}
.cid-shs5eHo3yD .mbr-text,
.cid-shs5eHo3yD .ornament {
  color: #eee8df;
}
.cid-shsbskPCPS {
  padding-top: 45px;
  padding-bottom: 30px;
  overflow: hidden;
  box-sizing: border-box;
  background-color: #ffffff;
}
.cid-shsbskPCPS .mbr-section-subtitle {
  color: #767676;
}
.cid-shsbskPCPS .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-shsbskPCPS .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-shsbskPCPS .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-shsbskPCPS .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-shsbskPCPS .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #4f4943;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-shsbskPCPS .icon-focus,
.cid-shsbskPCPS .icon-video {
  font-size: 2rem !important;
  width: 50px;
  height: 50px;
  top: calc(50% - 25px);
  left: calc(50% - 25px);
}
.cid-shsbskPCPS .icon-focus:before,
.cid-shsbskPCPS .icon-video:before {
  content: '+';
  border-radius: 100px;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  padding-bottom: 6px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-shsbskPCPS .icon-video {
  font-size: 1.5rem !important;
}
.cid-shsbskPCPS .mbr-gallery-title {
  transition: all 0.5s ease;
  position: absolute;
  text-align: left;
  display: none;
  width: 100%;
  bottom: 0;
  right: 0;
  padding: 1rem;
  color: #ffffff;
  font-weight: bold;
  background: transparent;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.cid-shsbskPCPS ul {
  font-size: 0;
}
.cid-shsbskPCPS .mbr-gallery-filter ul {
  text-align: left;
}
.cid-shsbskPCPS .mbr-gallery-filter ul li {
  padding: 0;
  margin: 0 .2rem;
}
.cid-shsbskPCPS .mbr-gallery-filter ul li .btn {
  position: relative;
  padding: 0.5rem 1rem 0.6rem;
  margin: 0!important;
  background-color: transparent !important;
  border-width: 0 !important;
  color: #e96188 !important;
}
.cid-shsbskPCPS .mbr-gallery-filter ul li .btn:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  border: 1px solid transparent;
  border-radius: 100px;
  opacity: 0.5;
}
.cid-shsbskPCPS .mbr-gallery-filter ul li:not(.active) .btn:hover:after,
.cid-shsbskPCPS .mbr-gallery-filter ul li.active .btn:after {
  border-color: #e96188;
}
.cid-shsbskPCPS .mbr-gallery-filter ul li .btn:hover:after {
  -webkit-animation: 1s btn-animation linear infinite;
  animation: 1s btn-animation linear infinite;
}
.cid-shsbskPCPS .mbr-gallery-filter ul li .btn:not(:hover):after {
  animation: none;
}
.cid-shsbskPCPS .mbr-gallery-filter ul li:first-child,
.cid-shsbskPCPS .mbr-gallery-filter ul li:last-child {
  margin: 0;
}
.cid-shsbskPCPS .mbr-gallery-item > div:hover .mbr-gallery-title {
  display: block;
}
.cid-shsbskPCPS .mbr-gallery-item > div:hover:before {
  opacity: 0.4 !important;
}
@keyframes btn-animation {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
    opacity: 0;
  }
}
.cid-shsbskPCPS .mbr-gallery-item > div > span {
  text-align: center;
}
.cid-scJDNCu0Ud {
  padding-top: 45px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-scJDNCu0Ud .carousel {
  z-index: 0;
}
.cid-scJDNCu0Ud .carousel-item {
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-scJDNCu0Ud .carousel-item.active,
.cid-scJDNCu0Ud .carousel-item-next,
.cid-scJDNCu0Ud .carousel-item-prev {
  display: flex;
}
.cid-scJDNCu0Ud .mbr-iconfont {
  font-family: Moririse2!important;
}
.cid-scJDNCu0Ud .line-wrap {
  display: inline-block;
  height: 30px;
  text-align: left;
}
.cid-scJDNCu0Ud .line {
  width: 100px;
  height: 1px;
  background: #b69b74;
}
.cid-scJDNCu0Ud .line1 {
  margin-left: -2rem;
}
.cid-scJDNCu0Ud .line2 {
  margin-right: -2rem;
  margin-top: 0.2rem;
}
.cid-scJDNCu0Ud .carousel-controls a {
  font-size: 2rem;
}
.cid-scJDNCu0Ud .carousel-controls a span {
  position: absolute;
  transition: opacity 0.3s;
  top: 70px;
  padding: 10px;
  border-radius: 50%;
  color: #232323;
  background: transparent;
  opacity: 0.5;
}
.cid-scJDNCu0Ud .carousel-controls a:hover span {
  opacity: 1;
  cursor: pointer;
}
.cid-scJDNCu0Ud ol {
  margin-bottom: 0;
  bottom: -4rem;
}
.cid-scJDNCu0Ud .carousel-indicators li {
  width: 7px;
  height: 7px;
  border: none;
  background: #232323;
  margin-right: 7px;
  margin-left: 7px;
  border-radius: 50%;
  opacity: 0.2;
}
.cid-scJDNCu0Ud .carousel-indicators .active {
  opacity: 1;
}
.cid-scJDNCu0Ud .user_text,
.cid-scJDNCu0Ud .user_desk {
  color: #767676;
}
.cid-shs55H4fQk {
  background-image: url("../../../assets/images/elephantsunset-1200x799.jpg");
}
.cid-siFYRTU4Dd {
  padding-top: 30px;
  padding-bottom: 15px;
  background: linear-gradient(0deg, #eee8df, #ffffff);
}
.cid-siFYRTU4Dd a {
  text-align: center;
}
.cid-siFYRTU4Dd p {
  color: #0a0a0a;
  text-align: center;
}
.cid-siFYRTU4Dd span {
  font-size: 2rem;
}
.cid-siFYRTU4Dd .mbr-iconfont-social {
  font-size: 20px;
  width: 44px;
  padding-top: 6px;
  display: inline-block;
  line-height: 38px;
  border-radius: 50%;
}
.cid-siFYRTU4Dd .socicon-twitter {
  color: #4da7de;
}
.cid-siFYRTU4Dd .socicon-facebook {
  color: #3e5b98;
}
.cid-siFYRTU4Dd .socicon-googleplus {
  color: #dd4b39;
}
.cid-siFYRTU4Dd .socicon-instagram {
  color: #3f729b;
}
.cid-siFYRTU4Dd .social-list a:focus {
  text-decoration: none;
}
.cid-siFYRTU4Dd .text-copyright {
  width: 100%;
}
.cid-siFYRTU4Dd .img-logo-footer {
  margin-right: 1rem;
  max-width: 5rem;
}
.cid-siFYRTU4Dd .text-logo-footer {
  display: inline-block;
  vertical-align: middle;
}
.cid-siFYRTU4Dd .logo-footer {
  line-height: normal;
}
.cid-siFYRTU4Dd .copyright {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-siFYRTU4Dd .social-btns {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-siFYRTU4Dd .media-container-row {
  -webkit-align-items: center;
  align-items: center;
}
.cid-siFYRTU4Dd .media-container-row a {
  margin: 0 1rem;
}
.cid-t28g2LMlUH {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #343434;
}
.cid-t28g2LMlUH .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-t28g2LMlUH .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
@media (max-width: 767px) {
  .cid-t28g2LMlUH .row {
    text-align: center;
  }
  .cid-t28g2LMlUH .social-row {
    justify-content: center;
  }
}
.cid-t28g2LMlUH .list {
  list-style: none;
  padding-left: 0;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-t28g2LMlUH .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-t28g2LMlUH .list {
    margin-bottom: 0rem;
  }
}
.cid-t28g2LMlUH .mbr-text {
  color: #bbbbbb;
}
.cid-t28g2LMlUH .mbr-iconfont {
  color: black;
}
.cid-t28g2LMlUH .copyright {
  color: #cccccc;
}
.cid-t28g2LMlUH .mbr-section-subtitle {
  color: #cfa66c;
}
.cid-uFMEt1RPJU .navbar {
  padding: .5rem 0;
  background: #232323;
  transition: none;
  min-height: 100px;
}
.cid-uFMEt1RPJU .navbar-dropdown.bg-color.transparent.opened {
  background: #232323;
}
.cid-uFMEt1RPJU a {
  font-style: normal;
}
.cid-uFMEt1RPJU a .link:hover {
  color: inherit!important;
}
.cid-uFMEt1RPJU .dropdown-item:active {
  background: #232323;
}
.cid-uFMEt1RPJU .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-uFMEt1RPJU .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.1rem 0 !important;
  margin: 0.5rem 1.4rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-uFMEt1RPJU .nav-item:focus,
.cid-uFMEt1RPJU .nav-link:focus {
  outline: none;
}
.cid-uFMEt1RPJU .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-uFMEt1RPJU .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-uFMEt1RPJU .menu-logo {
  margin-right: auto;
}
.cid-uFMEt1RPJU .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uFMEt1RPJU .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-uFMEt1RPJU .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-uFMEt1RPJU .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uFMEt1RPJU .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-uFMEt1RPJU .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uFMEt1RPJU .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-uFMEt1RPJU .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-uFMEt1RPJU .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-uFMEt1RPJU .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-uFMEt1RPJU .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uFMEt1RPJU .dropdown .dropdown-menu {
  background: #232323;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-uFMEt1RPJU .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-uFMEt1RPJU .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uFMEt1RPJU .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uFMEt1RPJU .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uFMEt1RPJU .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-uFMEt1RPJU .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-uFMEt1RPJU .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-uFMEt1RPJU .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-uFMEt1RPJU .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uFMEt1RPJU .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-uFMEt1RPJU .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uFMEt1RPJU button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.8rem;
  right: 1rem;
}
.cid-uFMEt1RPJU button.navbar-toggler:focus {
  outline: none;
}
.cid-uFMEt1RPJU button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #cfa66c;
}
.cid-uFMEt1RPJU button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uFMEt1RPJU button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uFMEt1RPJU button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uFMEt1RPJU button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uFMEt1RPJU nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uFMEt1RPJU nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uFMEt1RPJU nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uFMEt1RPJU nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uFMEt1RPJU .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uFMEt1RPJU .collapsed .btn {
  display: -webkit-flex;
}
.cid-uFMEt1RPJU .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uFMEt1RPJU .collapsed .navbar-collapse.collapsing,
.cid-uFMEt1RPJU .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uFMEt1RPJU .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uFMEt1RPJU .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uFMEt1RPJU .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uFMEt1RPJU .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uFMEt1RPJU .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-uFMEt1RPJU .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-uFMEt1RPJU .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uFMEt1RPJU .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-uFMEt1RPJU .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uFMEt1RPJU .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-uFMEt1RPJU .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-uFMEt1RPJU .collapsed button.navbar-toggler {
  display: block;
}
.cid-uFMEt1RPJU .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-uFMEt1RPJU .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uFMEt1RPJU .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-uFMEt1RPJU .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uFMEt1RPJU .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uFMEt1RPJU .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1023px) {
  .cid-uFMEt1RPJU .navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uFMEt1RPJU img {
    height: 3.8rem !important;
  }
  .cid-uFMEt1RPJU .btn {
    display: -webkit-flex;
  }
  .cid-uFMEt1RPJU button.navbar-toggler {
    display: block;
  }
  .cid-uFMEt1RPJU .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-uFMEt1RPJU .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uFMEt1RPJU .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-uFMEt1RPJU .navbar-collapse.collapsing,
  .cid-uFMEt1RPJU .navbar-collapse.show {
    display: block !important;
  }
  .cid-uFMEt1RPJU .navbar-collapse.collapsing .navbar-nav,
  .cid-uFMEt1RPJU .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uFMEt1RPJU .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uFMEt1RPJU .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uFMEt1RPJU .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-uFMEt1RPJU .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-uFMEt1RPJU .navbar-collapse.collapsing .navbar-buttons,
  .cid-uFMEt1RPJU .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-uFMEt1RPJU .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uFMEt1RPJU .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uFMEt1RPJU .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-uFMEt1RPJU .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uFMEt1RPJU .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uFMEt1RPJU .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-uFMEt1RPJU .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-uFMEt1RPJU .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-uFMEt1RPJU .nav-link,
.cid-uFMEt1RPJU .dropdown-item {
  border-bottom: 2px solid transparent;
  transition: all 0.3s;
}
.cid-uFMEt1RPJU .nav-link:hover,
.cid-uFMEt1RPJU .dropdown-item:hover {
  color: #efefef !important;
  border-color: #cfa66c;
}
.cid-shmh6GfiC9 {
  overflow-x: hidden !important;
}
.cid-shmh6GfiC9 .mbr-section-title {
  color: #4f4943;
}
.cid-shmh6GfiC9 .mbr-section-title span {
  color: #cfa66c;
}
.cid-shmh6GfiC9 .mbr-text {
  color: #4f4943;
  letter-spacing: 5px;
  font-weight: 100;
}
.cid-shmh6GfiC9 .scroll-wrapper {
  top: 0;
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  background-size: cover;
  position: absolute;
  background-repeat: repeat;
  z-index: 0;
  -webkit-animation-duration: 13s !important;
  animation-duration: 13s;
  background-image: url("../../../assets/images/elephants-of-south-luangwa-1-1200x797.jpg");
}
.cid-shmh6GfiC9 .scroll-wrapper.second {
  left: calc(100% - 1px);
}
.cid-shmh6GfiC9 .mbr-overlay {
  z-index: 1;
}
.cid-shmh6GfiC9 .block-content {
  z-index: 2;
}
@keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-webkit-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-moz-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-o-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
.cid-shV0FLUs2Q {
  padding-top: 90px;
  padding-bottom: 135px;
  background-color: #f1eeea;
}
.cid-shV0FLUs2Q .container-fluid {
  position: relative;
  padding-right: 10.4rem;
  padding-left: 0;
}
.cid-shV0FLUs2Q .wrapper {
  position: relative;
}
.cid-shV0FLUs2Q .img1 {
  width: 100%;
  padding-right: 6rem;
  object-fit: cover;
  height: 800px;
}
.cid-shV0FLUs2Q .mbr-iconfont {
  font-size: 1.8rem;
  color: #232323;
}
.cid-shV0FLUs2Q .mbr-iconfont:hover {
  cursor: pointer;
}
.cid-shV0FLUs2Q .icon1 {
  position: absolute;
  top: 2rem;
  right: 0rem;
}
.cid-shV0FLUs2Q .icon2 {
  position: absolute;
  top: 5rem;
  right: 0rem;
}
.cid-shV0FLUs2Q .img2 {
  position: absolute;
  bottom: -4.6rem;
  right: 0;
  width: 400px;
  box-shadow: 2.5px 4.3px 62px 0 rgba(0, 0, 0, 0.22);
}
.cid-shV0FLUs2Q .title {
  position: absolute;
  right: 0rem;
  transform: rotate(90deg);
  transform-origin: top right;
  top: 26rem;
  padding: 0;
}
.cid-shV0FLUs2Q .title:before {
  content: '';
  position: absolute;
  background: currentColor;
  top: 50%;
  left: -8.6rem;
  width: 100px;
  height: 2px;
}
@media (max-width: 1400px) {
  .cid-shV0FLUs2Q .img2 {
    width: 400px;
  }
  .cid-shV0FLUs2Q .container-fluid {
    padding-right: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-shV0FLUs2Q .img2 {
    width: 400px;
  }
  .cid-shV0FLUs2Q .img1 {
    padding-right: 4rem;
  }
}
@media (max-width: 767px) {
  .cid-shV0FLUs2Q .img1 {
    height: 600px;
    padding-right: 3rem;
  }
  .cid-shV0FLUs2Q .img2 {
    width: 200px;
  }
  .cid-shV0FLUs2Q .container-fluid {
    padding-right: 1rem;
  }
}
.cid-shV0FLUs2Q H1 {
  color: #4f4943;
}
.cid-shV0UEKavD {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #f7f4f0;
}
.cid-shV0UEKavD span {
  color: #c1c1c1;
}
.cid-shV0UEKavD .flex-block {
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.cid-shV0UEKavD .flex-block span {
  font-size: 3rem;
  margin-right: 3rem;
}
@media (min-width: 577px) {
  .cid-shV0UEKavD .flex-block span {
    margin-left: 2rem;
  }
}
.cid-shV0UEKavD .block-quote {
  color: #4f4943;
  text-align: center;
}
.cid-shmldVyiG6 {
  padding-top: 60px;
  padding-bottom: 15px;
  background-color: #f7f4f0;
}
.cid-shmldVyiG6 .row {
  padding: 0 1rem;
  justify-content: center;
}
.cid-shmldVyiG6 .card {
  margin-bottom: 2.5rem;
  padding: 0;
}
.cid-shmldVyiG6 .card .card-block {
  -webkit-flex-grow: 0;
  flex-grow: 0;
}
.cid-shmldVyiG6 .card .card-block .photo {
  display: inline-block;
  margin-bottom: 1.4rem;
  overflow: hidden;
}
.cid-shmldVyiG6 .card .card-block .photo img {
  width: 100%;
  min-width: 100%;
  height: 320px;
  object-fit: cover;
  min-height: 100%;
  transition: all 0.3s;
}
.cid-shmldVyiG6 .title {
  max-width: 800px;
  margin: auto;
}
.cid-shmldVyiG6 .text-wrap {
  padding: 0 1rem;
}
.cid-shmldVyiG6 .link {
  position: relative;
  width: fit-content;
  display: inline-block;
  padding-right: 2rem;
  cursor: pointer;
}
.cid-shmldVyiG6 .link:before {
  content: '\e966';
  font-family: MobiriseIcons !important;
  position: absolute;
  right: 0rem;
  transition: all 0.3s;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1rem;
  color: currentColor;
}
.cid-shmldVyiG6 .link:hover:before {
  margin-right: -0.4rem;
}
.cid-shmldVyiG6 .card-block:hover img {
  transform: scale(1.1);
}
.cid-shmldVyiG6 H4 {
  color: #b69b74;
}
@media (max-width: 992px) {
  .cid-shmldVyiG6 .md-pb {
    margin-bottom: 2rem !important;
  }
}
.cid-shmldVyiG6 .mbr-section-subtitle {
  color: #4f4943;
}
.cid-shmldVyiG6 H2 {
  color: #4f4943;
}
.cid-shV1tAetIp {
  padding-top: 105px;
  padding-bottom: 60px;
  background-color: #4f4943;
}
.cid-shV1tAetIp .text-wrap {
  background-color: #e1dede;
  padding: 3rem 6rem;
}
.cid-shV1tAetIp .img1 {
  position: absolute;
  left: 0;
  top: 0;
  width: 75%;
  height: 80%;
  object-fit: cover;
}
.cid-shV1tAetIp .link {
  position: relative;
  width: fit-content;
  display: inline-block;
  padding-right: 2rem;
  cursor: pointer;
}
.cid-shV1tAetIp .link:before {
  content: "\e966";
  font-family: MobiriseIcons !important;
  position: absolute;
  right: 0rem;
  transition: all 0.3s;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1rem;
  color: currentColor;
}
.cid-shV1tAetIp .link:hover:before {
  margin-right: -0.4rem;
}
.cid-shV1tAetIp .mbr-text,
.cid-shV1tAetIp .link-wrap {
  text-align: center;
  color: #4f4943;
}
.cid-shV1tAetIp H4 {
  color: #b69b74;
}
@media (max-width: 992px) {
  .cid-shV1tAetIp .img1 {
    width: 50%;
  }
  .cid-shV1tAetIp .text-wrap {
    background-color: #e1dede;
    padding: 2rem 2rem;
  }
}
.cid-shV1tAetIp H1 {
  color: #f7f4f0;
}
.cid-shmlWkewD3 {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #f1eeea;
}
.cid-shmlWkewD3 .row {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
.cid-shmlWkewD3 img {
  width: 90%;
}
.cid-shmlWkewD3 .mbr-text,
.cid-shmlWkewD3 .mbr-section-btn {
  color: #4f4943;
}
@media (max-width: 992px) {
  .cid-shmlWkewD3 img {
    width: 100%;
  }
  .cid-shmlWkewD3 .pb-5 {
    padding-bottom: 1rem !important;
  }
}
.cid-shmlWkewD3 H3 {
  color: #4f4943;
}
.cid-shmlWkewD3 H1 {
  color: #4f4943;
}
.cid-shrdjYPlCM {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #eee8df;
}
.cid-shrdjYPlCM .row {
  padding: 0 1rem;
  justify-content: center;
}
.cid-shrdjYPlCM .title {
  max-width: 800px;
  margin: auto;
}
.cid-shrdjYPlCM .text-wrap {
  padding: 0 1rem;
  padding-top: 0.6rem;
}
.cid-shrdjYPlCM .link {
  position: relative;
  width: fit-content;
  display: inline-block;
  padding-right: 2rem;
  cursor: pointer;
}
.cid-shrdjYPlCM .link:before {
  content: '\e966';
  font-family: MobiriseIcons !important;
  position: absolute;
  right: 0rem;
  transition: all 0.3s;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1rem;
  color: currentColor;
}
.cid-shrdjYPlCM .link:hover:before {
  margin-right: -0.4rem;
}
.cid-shrdjYPlCM .card-block:hover img {
  transform: scale(1.1);
}
.cid-shrdjYPlCM .card {
  padding: 0;
}
.cid-shrdjYPlCM .card .card-block {
  -webkit-flex-grow: 0;
  flex-grow: 0;
}
.cid-shrdjYPlCM .card .card-block .photo {
  display: inline-block;
  margin-bottom: 1.4rem;
  overflow: hidden;
}
.cid-shrdjYPlCM .card .card-block .photo img {
  width: 100%;
  min-width: 100%;
  height: 320px;
  object-fit: cover;
  min-height: 100%;
  transition: all 0.3s;
}
.cid-shrdjYPlCM H4 {
  color: #b69b74;
}
@media (max-width: 992px) {
  .cid-shrdjYPlCM .md-pb {
    margin-bottom: 2rem !important;
  }
}
.cid-shrdjYPlCM H1 {
  color: #b69b74;
}
.cid-shrdjYPlCM .mbr-section-subtitle {
  color: #4f4943;
}
.cid-shmjS5paeq {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #f1eeea;
}
.cid-shmjS5paeq .mbr-text {
  color: #4f4943;
}
.cid-shmjS5paeq h4 {
  text-align: center;
}
.cid-shmjS5paeq p {
  text-align: center;
}
.cid-shmjS5paeq .card-img span {
  font-size: 96px;
  color: #cfa66c;
}
.cid-shmjS5paeq .card-title,
.cid-shmjS5paeq .card-img {
  color: #4f4943;
}
.cid-shr8WurfrW {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #eee8df;
}
.cid-shr8WurfrW .mbr-text,
.cid-shr8WurfrW .ornament {
  color: #4f4943;
}
.cid-shmluHui7q {
  background-image: url("../../../assets/images/sunset-over-luangwa-river-1200x900.jpg");
}
.cid-siFYCl0w7Z {
  padding-top: 30px;
  padding-bottom: 15px;
  background: linear-gradient(0deg, #eee8df, #ffffff);
}
.cid-siFYCl0w7Z a {
  text-align: center;
}
.cid-siFYCl0w7Z p {
  color: #0a0a0a;
  text-align: center;
}
.cid-siFYCl0w7Z span {
  font-size: 2rem;
}
.cid-siFYCl0w7Z .mbr-iconfont-social {
  font-size: 20px;
  width: 44px;
  padding-top: 6px;
  display: inline-block;
  line-height: 38px;
  border-radius: 50%;
}
.cid-siFYCl0w7Z .socicon-twitter {
  color: #4da7de;
}
.cid-siFYCl0w7Z .socicon-facebook {
  color: #3e5b98;
}
.cid-siFYCl0w7Z .socicon-googleplus {
  color: #dd4b39;
}
.cid-siFYCl0w7Z .socicon-instagram {
  color: #3f729b;
}
.cid-siFYCl0w7Z .social-list a:focus {
  text-decoration: none;
}
.cid-siFYCl0w7Z .text-copyright {
  width: 100%;
}
.cid-siFYCl0w7Z .img-logo-footer {
  margin-right: 1rem;
  max-width: 5rem;
}
.cid-siFYCl0w7Z .text-logo-footer {
  display: inline-block;
  vertical-align: middle;
}
.cid-siFYCl0w7Z .logo-footer {
  line-height: normal;
}
.cid-siFYCl0w7Z .copyright {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-siFYCl0w7Z .social-btns {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-siFYCl0w7Z .media-container-row {
  -webkit-align-items: center;
  align-items: center;
}
.cid-siFYCl0w7Z .media-container-row a {
  margin: 0 1rem;
}
.cid-t28g2LMlUH {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #343434;
}
.cid-t28g2LMlUH .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-t28g2LMlUH .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
@media (max-width: 767px) {
  .cid-t28g2LMlUH .row {
    text-align: center;
  }
  .cid-t28g2LMlUH .social-row {
    justify-content: center;
  }
}
.cid-t28g2LMlUH .list {
  list-style: none;
  padding-left: 0;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-t28g2LMlUH .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-t28g2LMlUH .list {
    margin-bottom: 0rem;
  }
}
.cid-t28g2LMlUH .mbr-text {
  color: #bbbbbb;
}
.cid-t28g2LMlUH .mbr-iconfont {
  color: black;
}
.cid-t28g2LMlUH .copyright {
  color: #cccccc;
}
.cid-t28g2LMlUH .mbr-section-subtitle {
  color: #cfa66c;
}
.cid-uFMEt1RPJU .navbar {
  padding: .5rem 0;
  background: #232323;
  transition: none;
  min-height: 100px;
}
.cid-uFMEt1RPJU .navbar-dropdown.bg-color.transparent.opened {
  background: #232323;
}
.cid-uFMEt1RPJU a {
  font-style: normal;
}
.cid-uFMEt1RPJU a .link:hover {
  color: inherit!important;
}
.cid-uFMEt1RPJU .dropdown-item:active {
  background: #232323;
}
.cid-uFMEt1RPJU .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-uFMEt1RPJU .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.1rem 0 !important;
  margin: 0.5rem 1.4rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-uFMEt1RPJU .nav-item:focus,
.cid-uFMEt1RPJU .nav-link:focus {
  outline: none;
}
.cid-uFMEt1RPJU .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-uFMEt1RPJU .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-uFMEt1RPJU .menu-logo {
  margin-right: auto;
}
.cid-uFMEt1RPJU .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uFMEt1RPJU .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-uFMEt1RPJU .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-uFMEt1RPJU .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uFMEt1RPJU .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-uFMEt1RPJU .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uFMEt1RPJU .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-uFMEt1RPJU .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-uFMEt1RPJU .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-uFMEt1RPJU .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-uFMEt1RPJU .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uFMEt1RPJU .dropdown .dropdown-menu {
  background: #232323;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-uFMEt1RPJU .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-uFMEt1RPJU .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uFMEt1RPJU .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uFMEt1RPJU .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uFMEt1RPJU .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-uFMEt1RPJU .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-uFMEt1RPJU .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-uFMEt1RPJU .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-uFMEt1RPJU .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uFMEt1RPJU .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-uFMEt1RPJU .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uFMEt1RPJU button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.8rem;
  right: 1rem;
}
.cid-uFMEt1RPJU button.navbar-toggler:focus {
  outline: none;
}
.cid-uFMEt1RPJU button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #cfa66c;
}
.cid-uFMEt1RPJU button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uFMEt1RPJU button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uFMEt1RPJU button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uFMEt1RPJU button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uFMEt1RPJU nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uFMEt1RPJU nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uFMEt1RPJU nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uFMEt1RPJU nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uFMEt1RPJU .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uFMEt1RPJU .collapsed .btn {
  display: -webkit-flex;
}
.cid-uFMEt1RPJU .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uFMEt1RPJU .collapsed .navbar-collapse.collapsing,
.cid-uFMEt1RPJU .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uFMEt1RPJU .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uFMEt1RPJU .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uFMEt1RPJU .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uFMEt1RPJU .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uFMEt1RPJU .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-uFMEt1RPJU .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-uFMEt1RPJU .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uFMEt1RPJU .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-uFMEt1RPJU .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uFMEt1RPJU .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-uFMEt1RPJU .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-uFMEt1RPJU .collapsed button.navbar-toggler {
  display: block;
}
.cid-uFMEt1RPJU .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-uFMEt1RPJU .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uFMEt1RPJU .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-uFMEt1RPJU .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uFMEt1RPJU .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uFMEt1RPJU .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1023px) {
  .cid-uFMEt1RPJU .navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uFMEt1RPJU img {
    height: 3.8rem !important;
  }
  .cid-uFMEt1RPJU .btn {
    display: -webkit-flex;
  }
  .cid-uFMEt1RPJU button.navbar-toggler {
    display: block;
  }
  .cid-uFMEt1RPJU .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-uFMEt1RPJU .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uFMEt1RPJU .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-uFMEt1RPJU .navbar-collapse.collapsing,
  .cid-uFMEt1RPJU .navbar-collapse.show {
    display: block !important;
  }
  .cid-uFMEt1RPJU .navbar-collapse.collapsing .navbar-nav,
  .cid-uFMEt1RPJU .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uFMEt1RPJU .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uFMEt1RPJU .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uFMEt1RPJU .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-uFMEt1RPJU .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-uFMEt1RPJU .navbar-collapse.collapsing .navbar-buttons,
  .cid-uFMEt1RPJU .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-uFMEt1RPJU .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uFMEt1RPJU .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uFMEt1RPJU .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-uFMEt1RPJU .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uFMEt1RPJU .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uFMEt1RPJU .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-uFMEt1RPJU .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-uFMEt1RPJU .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-uFMEt1RPJU .nav-link,
.cid-uFMEt1RPJU .dropdown-item {
  border-bottom: 2px solid transparent;
  transition: all 0.3s;
}
.cid-uFMEt1RPJU .nav-link:hover,
.cid-uFMEt1RPJU .dropdown-item:hover {
  color: #efefef !important;
  border-color: #cfa66c;
}
.cid-scJGRDqNgC {
  overflow-x: hidden !important;
}
.cid-scJGRDqNgC .mbr-section-title {
  color: #4f4943;
}
.cid-scJGRDqNgC .mbr-section-title span {
  color: #cfa66c;
}
.cid-scJGRDqNgC .mbr-text {
  color: #4f4943;
  letter-spacing: 5px;
  font-weight: 100;
}
.cid-scJGRDqNgC .scroll-wrapper {
  top: 0;
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  background-size: cover;
  position: absolute;
  background-repeat: repeat;
  z-index: 0;
  -webkit-animation-duration: 13s !important;
  animation-duration: 13s;
  background-image: url("../../../assets/images/elephants-of-south-luangwa-1-1200x797.jpg");
}
.cid-scJGRDqNgC .scroll-wrapper.second {
  left: calc(100% - 1px);
}
.cid-scJGRDqNgC .mbr-overlay {
  z-index: 1;
}
.cid-scJGRDqNgC .block-content {
  z-index: 2;
}
@keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-webkit-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-moz-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-o-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
.cid-sic0tCJRdh {
  padding-top: 90px;
  padding-bottom: 135px;
  background-color: #f1eeea;
}
.cid-sic0tCJRdh .container-fluid {
  position: relative;
  padding-right: 10.4rem;
  padding-left: 0;
}
.cid-sic0tCJRdh .wrapper {
  position: relative;
}
.cid-sic0tCJRdh .img1 {
  width: 100%;
  padding-right: 6rem;
  object-fit: cover;
  height: 800px;
}
.cid-sic0tCJRdh .mbr-iconfont {
  font-size: 1.8rem;
  color: #232323;
}
.cid-sic0tCJRdh .mbr-iconfont:hover {
  cursor: pointer;
}
.cid-sic0tCJRdh .icon1 {
  position: absolute;
  top: 2rem;
  right: 0rem;
}
.cid-sic0tCJRdh .icon2 {
  position: absolute;
  top: 5rem;
  right: 0rem;
}
.cid-sic0tCJRdh .img2 {
  position: absolute;
  bottom: -4.6rem;
  right: 0;
  width: 400px;
  box-shadow: 2.5px 4.3px 62px 0 rgba(0, 0, 0, 0.22);
}
.cid-sic0tCJRdh .title {
  position: absolute;
  right: 0rem;
  transform: rotate(90deg);
  transform-origin: top right;
  top: 26rem;
  padding: 0;
}
.cid-sic0tCJRdh .title:before {
  content: '';
  position: absolute;
  background: currentColor;
  top: 50%;
  left: -8.6rem;
  width: 100px;
  height: 2px;
}
@media (max-width: 1400px) {
  .cid-sic0tCJRdh .img2 {
    width: 400px;
  }
  .cid-sic0tCJRdh .container-fluid {
    padding-right: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-sic0tCJRdh .img2 {
    width: 400px;
  }
  .cid-sic0tCJRdh .img1 {
    padding-right: 4rem;
  }
}
@media (max-width: 767px) {
  .cid-sic0tCJRdh .img1 {
    height: 600px;
    padding-right: 3rem;
  }
  .cid-sic0tCJRdh .img2 {
    width: 200px;
  }
  .cid-sic0tCJRdh .container-fluid {
    padding-right: 1rem;
  }
}
.cid-sic0tCJRdh H1 {
  color: #4f4943;
}
.cid-sic0SZutbz {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #f7f4f0;
}
.cid-sic0SZutbz span {
  color: #c1c1c1;
}
.cid-sic0SZutbz .flex-block {
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.cid-sic0SZutbz .flex-block span {
  font-size: 3rem;
  margin-right: 3rem;
}
@media (min-width: 577px) {
  .cid-sic0SZutbz .flex-block span {
    margin-left: 2rem;
  }
}
.cid-sic0SZutbz .block-quote {
  color: #4f4943;
  text-align: left;
}
.cid-sicDbAScE3 {
  padding-top: 60px;
  padding-bottom: 15px;
  background-color: #f7f4f0;
}
.cid-sicDbAScE3 .row {
  padding: 0 1rem;
  justify-content: center;
}
.cid-sicDbAScE3 .card {
  margin-bottom: 2.5rem;
  padding: 0;
}
.cid-sicDbAScE3 .card .card-block {
  -webkit-flex-grow: 0;
  flex-grow: 0;
}
.cid-sicDbAScE3 .card .card-block .photo {
  display: inline-block;
  margin-bottom: 1.4rem;
  overflow: hidden;
}
.cid-sicDbAScE3 .card .card-block .photo img {
  width: 100%;
  min-width: 100%;
  height: 320px;
  object-fit: cover;
  min-height: 100%;
  transition: all 0.3s;
}
.cid-sicDbAScE3 .title {
  max-width: 800px;
  margin: auto;
}
.cid-sicDbAScE3 .text-wrap {
  padding: 0 1rem;
}
.cid-sicDbAScE3 .link {
  position: relative;
  width: fit-content;
  display: inline-block;
  padding-right: 2rem;
  cursor: pointer;
}
.cid-sicDbAScE3 .link:before {
  content: '\e966';
  font-family: MobiriseIcons !important;
  position: absolute;
  right: 0rem;
  transition: all 0.3s;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1rem;
  color: currentColor;
}
.cid-sicDbAScE3 .link:hover:before {
  margin-right: -0.4rem;
}
.cid-sicDbAScE3 .card-block:hover img {
  transform: scale(1.1);
}
.cid-sicDbAScE3 H4 {
  color: #b69b74;
}
@media (max-width: 992px) {
  .cid-sicDbAScE3 .md-pb {
    margin-bottom: 2rem !important;
  }
}
.cid-sicDbAScE3 .mbr-section-title {
  color: #4f4943;
}
.cid-uFNO8bDDuk {
  padding-top: 450px;
}
.cid-uFNO8bDDuk .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFNO8bDDuk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("../../../assets/images/jwed-202506241707255560.jpg-2000x1334.jpg");
}
.cid-sicEueKowp {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #eee8df;
}
.cid-sicEueKowp .row {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
.cid-sicEueKowp img {
  width: 90%;
}
.cid-sicEueKowp .mbr-text,
.cid-sicEueKowp .mbr-section-btn {
  color: #4f4943;
}
@media (max-width: 992px) {
  .cid-sicEueKowp img {
    width: 100%;
  }
  .cid-sicEueKowp .pb-5 {
    padding-bottom: 1rem !important;
  }
}
.cid-sicEueKowp H3 {
  color: #4f4943;
}
.cid-sicEueKowp H1 {
  color: #4f4943;
  text-align: left;
}
.cid-sicF9csn5r {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-sicF9csn5r .mbr-text {
  color: #4f4943;
}
.cid-sicF9csn5r .counter-container ul {
  margin-bottom: 0;
  padding-left: .6rem;
}
.cid-sicF9csn5r .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
  position: relative;
}
.cid-sicF9csn5r .counter-container ul li:before {
  position: absolute;
  left: -1.5rem;
  content: '';
  display: inline-block;
  text-align: center;
  margin: 5px 10px;
  line-height: 20px;
  transition: all .2s;
  color: #ffffff;
  background: #4f4943;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: linear-gradient(135deg, #4f4943, #b69b74);
}
.cid-uSwZk3TOdP {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uSwZk3TOdP .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSwZk3TOdP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSwZk3TOdP .row {
  flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-uSwZk3TOdP .text-wrapper {
    padding: 2rem;
  }
}
.cid-uSwZk3TOdP .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-uSwZk3TOdP .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uSwZk3TOdP .mbr-section-title {
  text-align: center;
}
.cid-uSwZk3TOdP .mbr-text {
  text-align: left;
}
.cid-sicOpX3gcH {
  padding-top: 0px;
  padding-bottom: 30px;
  overflow: hidden;
  box-sizing: border-box;
  background-color: #ffffff;
}
.cid-sicOpX3gcH .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-sicOpX3gcH .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sicOpX3gcH .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sicOpX3gcH .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-sicOpX3gcH .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(180deg, #ffffff, #b4b0b0);
}
.cid-sicOpX3gcH .icon-focus {
  display: none;
}
.cid-sicOpX3gcH .mbr-gallery-title {
  transition: all 0.5s ease;
  position: absolute;
  text-align: left;
  display: none;
  width: 100%;
  top: 0;
  right: 0;
  padding: 1rem;
  color: #000000;
  font-weight: bold;
  background: transparent;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.cid-sicOpX3gcH ul {
  font-size: 0;
}
.cid-sicOpX3gcH .mbr-gallery-filter ul li .btn {
  border: none;
  background-color: transparent;
  color: #f7f4f0 !important;
  padding: 0.5rem 1rem 0.6rem;
  border-radius: 0;
  margin: 0!important;
  transition: padding, border 0s, transform .2s;
}
.cid-sicOpX3gcH .mbr-gallery-filter ul li.active .btn {
  padding: 0.5rem 1rem 0.5rem;
  border-radius: 0 !important;
  position: relative;
}
.cid-sicOpX3gcH .mbr-gallery-filter ul li.active .btn:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(90deg, #cfa66c, #5f7709);
}
.cid-sicOpX3gcH .mbr-gallery-filter ul li {
  padding: 0;
}
.cid-sicOpX3gcH .mbr-gallery-item > div:hover .mbr-gallery-title {
  padding-bottom: 1.5rem;
  display: block;
}
.cid-sicOpX3gcH .mbr-gallery-item > div:hover:before {
  opacity: 0.4 !important;
}
.cid-sicOpX3gcH .btn {
  background: none;
  border-radius: 0 !important;
}
.cid-sicOpX3gcH .btn:hover {
  background: transparent !important;
}
.cid-sicOpX3gcH .btn:hover:before {
  background: transparent !important;
}
.cid-sicOpX3gcH .btn:before {
  background-color: transparent !important;
}
.cid-sicOpX3gcH .btn:focus {
  box-shadow: none;
}
.cid-sicOpX3gcH .mbr-section-title {
  position: relative;
  z-index: 1;
}
.cid-sicKZG56Vm {
  padding-top: 60px;
  padding-bottom: 60px;
  position: relative;
  background-color: #f1eeea;
}
.cid-sicKZG56Vm .mbr-iconfont {
  font-family: 'Moririse2' !important;
  display: inline-flex;
  transform-origin: ;
  transform: rotate(45deg);
  transition: all 0.3s;
  padding: 0 !important;
  font-size: 1.4rem !important;
  color: #b69b74;
}
.cid-sicKZG56Vm .p-4 {
  padding: 1rem 0 !important;
}
.cid-sicKZG56Vm img {
  width: 90%;
  box-shadow: 2.5px 4.3px 29px 0 rgba(0, 0, 0, 0.18);
}
.cid-sicKZG56Vm .accordion .card .card-header {
  margin-bottom: 0px;
}
.cid-sicKZG56Vm .mbri-arrow-down:before {
  content: '\e960';
}
.cid-sicKZG56Vm .mbri-arrow-up:before {
  content: '\e960';
}
.cid-sicKZG56Vm .collapsed .mbr-iconfont {
  transform: rotate(0deg);
}
.cid-sicKZG56Vm h4 {
  justify-content: space-between;
  display: flex;
  width: 100%;
}
.cid-sicKZG56Vm .card {
  border-radius: 0px;
}
.cid-sicKZG56Vm .card .card-header {
  border-radius: 0px;
  border: 0px;
  background-color: transparent;
  padding: 0;
  border-bottom: 2px solid #eee8df;
}
.cid-sicKZG56Vm .card .card-header a.panel-title {
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: flex;
  width: 100%;
  justify-content: space-between;
  text-decoration: none !important;
  line-height: normal;
}
.cid-sicKZG56Vm .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-sicKZG56Vm .card .card-header a.panel-title h4 {
  padding: 1.2rem 0rem;
  margin-bottom: 0;
}
.cid-sicKZG56Vm .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
@media (max-width: 992px) {
  .cid-sicKZG56Vm img {
    width: 100%;
  }
}
.cid-sicKZG56Vm H4 {
  color: #4f4943;
}
.cid-sicKZG56Vm .mbr-text,
.cid-sicKZG56Vm .mbr-section-btn {
  color: #4f4943;
}
.cid-sicKZG56Vm H2 {
  color: #4f4943;
}
.cid-sicKZG56Vm H1 {
  color: #4f4943;
}
.cid-sicKZG56Vm .panel-text {
  color: #4f4943;
}
.cid-uJbS1JVDiL {
  padding-top: 135px;
  padding-bottom: 135px;
  background-image: url("../../../assets/images/dsc-0127.jpg-2000x1330.jpg");
}
.cid-uJbS1JVDiL .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJbS1JVDiL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-scJGOA8u2i {
  padding-top: 60px;
  padding-bottom: 105px;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-scJGOA8u2i .carousel {
  z-index: 2;
  position: relative;
}
.cid-scJGOA8u2i .user {
  padding: 0!important;
}
.cid-scJGOA8u2i .big-icon {
  top: 1rem;
  font-size: 12rem;
  transform: translate(-50%, -50%);
  z-index: 0;
  color: #b69b74;
  opacity: 0.5;
}
.cid-scJGOA8u2i .mbr-iconfont {
  font-family: Moririse2!important;
}
.cid-scJGOA8u2i .carousel-item.active,
.cid-scJGOA8u2i .carousel-item-next,
.cid-scJGOA8u2i .carousel-item-prev {
  display: flex;
}
.cid-scJGOA8u2i .user_name {
  margin: 0;
}
.cid-scJGOA8u2i .carousel-controls a {
  font-size: 2rem;
}
.cid-scJGOA8u2i .carousel-controls a span {
  position: absolute;
  transition: opacity 0.3s;
  top: 70px;
  padding: 10px;
  border-radius: 50%;
  color: #232323;
  background: transparent;
  opacity: 0.5;
}
.cid-scJGOA8u2i .carousel-controls a:hover span {
  opacity: 1;
  cursor: pointer;
}
.cid-scJGOA8u2i ol {
  margin-bottom: 0;
  bottom: -3rem;
}
.cid-scJGOA8u2i .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: auto 7px;
  border: none;
  background: #232323;
  transition: all 0.3s;
  border-radius: 50%;
  opacity: 0.5;
}
.cid-scJGOA8u2i .carousel-indicators li:hover {
  opacity: 1;
}
.cid-scJGOA8u2i .carousel-indicators .active {
  opacity: 1;
  width: 10px;
  height: 10px;
}
.cid-scJGOA8u2i .user_text {
  color: #4f4943;
  text-align: left;
}
.cid-scJGOA8u2i .user_desk {
  color: #767676;
}
.cid-scJGOA8u2i .user_desk,
.cid-scJGOA8u2i .carousel-item {
  text-align: left;
}
.cid-scJGOA8u2i .carousel-indicators {
  margin: 0;
  margin-left: 0.5rem;
  justify-content: flex-start !important;
}
@media (max-width: 767px) {
  .cid-scJGOA8u2i .carousel-indicators {
    margin: auto;
    justify-content: center!important;
  }
}
.cid-scJGOA8u2i .carousel-control-next {
  right: -30px;
  transform: translateX(50%);
}
.cid-scJGOA8u2i .carousel-control-prev {
  left: -30px;
  transform: translateX(-50%);
}
.cid-sicRxLlcNG {
  background-image: url("../../../assets/images/hippos-1-1024x683.jpg");
}
.cid-siFZb5s5qp {
  padding-top: 30px;
  padding-bottom: 15px;
  background: linear-gradient(0deg, #eee8df, #ffffff);
}
.cid-siFZb5s5qp a {
  text-align: center;
}
.cid-siFZb5s5qp p {
  color: #0a0a0a;
  text-align: center;
}
.cid-siFZb5s5qp span {
  font-size: 2rem;
}
.cid-siFZb5s5qp .mbr-iconfont-social {
  font-size: 20px;
  width: 44px;
  padding-top: 6px;
  display: inline-block;
  line-height: 38px;
  border-radius: 50%;
}
.cid-siFZb5s5qp .socicon-twitter {
  color: #4da7de;
}
.cid-siFZb5s5qp .socicon-facebook {
  color: #3e5b98;
}
.cid-siFZb5s5qp .socicon-googleplus {
  color: #dd4b39;
}
.cid-siFZb5s5qp .socicon-instagram {
  color: #3f729b;
}
.cid-siFZb5s5qp .social-list a:focus {
  text-decoration: none;
}
.cid-siFZb5s5qp .text-copyright {
  width: 100%;
}
.cid-siFZb5s5qp .img-logo-footer {
  margin-right: 1rem;
  max-width: 5rem;
}
.cid-siFZb5s5qp .text-logo-footer {
  display: inline-block;
  vertical-align: middle;
}
.cid-siFZb5s5qp .logo-footer {
  line-height: normal;
}
.cid-siFZb5s5qp .copyright {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-siFZb5s5qp .social-btns {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-siFZb5s5qp .media-container-row {
  -webkit-align-items: center;
  align-items: center;
}
.cid-siFZb5s5qp .media-container-row a {
  margin: 0 1rem;
}
.cid-t28g2LMlUH {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #343434;
}
.cid-t28g2LMlUH .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-t28g2LMlUH .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
@media (max-width: 767px) {
  .cid-t28g2LMlUH .row {
    text-align: center;
  }
  .cid-t28g2LMlUH .social-row {
    justify-content: center;
  }
}
.cid-t28g2LMlUH .list {
  list-style: none;
  padding-left: 0;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-t28g2LMlUH .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-t28g2LMlUH .list {
    margin-bottom: 0rem;
  }
}
.cid-t28g2LMlUH .mbr-text {
  color: #bbbbbb;
}
.cid-t28g2LMlUH .mbr-iconfont {
  color: black;
}
.cid-t28g2LMlUH .copyright {
  color: #cccccc;
}
.cid-t28g2LMlUH .mbr-section-subtitle {
  color: #cfa66c;
}
.cid-uFMEt1RPJU .navbar {
  padding: .5rem 0;
  background: #232323;
  transition: none;
  min-height: 100px;
}
.cid-uFMEt1RPJU .navbar-dropdown.bg-color.transparent.opened {
  background: #232323;
}
.cid-uFMEt1RPJU a {
  font-style: normal;
}
.cid-uFMEt1RPJU a .link:hover {
  color: inherit!important;
}
.cid-uFMEt1RPJU .dropdown-item:active {
  background: #232323;
}
.cid-uFMEt1RPJU .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-uFMEt1RPJU .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.1rem 0 !important;
  margin: 0.5rem 1.4rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-uFMEt1RPJU .nav-item:focus,
.cid-uFMEt1RPJU .nav-link:focus {
  outline: none;
}
.cid-uFMEt1RPJU .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-uFMEt1RPJU .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-uFMEt1RPJU .menu-logo {
  margin-right: auto;
}
.cid-uFMEt1RPJU .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uFMEt1RPJU .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-uFMEt1RPJU .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-uFMEt1RPJU .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uFMEt1RPJU .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-uFMEt1RPJU .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uFMEt1RPJU .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-uFMEt1RPJU .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-uFMEt1RPJU .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-uFMEt1RPJU .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-uFMEt1RPJU .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uFMEt1RPJU .dropdown .dropdown-menu {
  background: #232323;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-uFMEt1RPJU .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-uFMEt1RPJU .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uFMEt1RPJU .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uFMEt1RPJU .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uFMEt1RPJU .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-uFMEt1RPJU .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-uFMEt1RPJU .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-uFMEt1RPJU .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-uFMEt1RPJU .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uFMEt1RPJU .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-uFMEt1RPJU .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uFMEt1RPJU button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.8rem;
  right: 1rem;
}
.cid-uFMEt1RPJU button.navbar-toggler:focus {
  outline: none;
}
.cid-uFMEt1RPJU button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #cfa66c;
}
.cid-uFMEt1RPJU button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uFMEt1RPJU button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uFMEt1RPJU button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uFMEt1RPJU button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uFMEt1RPJU nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uFMEt1RPJU nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uFMEt1RPJU nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uFMEt1RPJU nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uFMEt1RPJU .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uFMEt1RPJU .collapsed .btn {
  display: -webkit-flex;
}
.cid-uFMEt1RPJU .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uFMEt1RPJU .collapsed .navbar-collapse.collapsing,
.cid-uFMEt1RPJU .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uFMEt1RPJU .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uFMEt1RPJU .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uFMEt1RPJU .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uFMEt1RPJU .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uFMEt1RPJU .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-uFMEt1RPJU .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-uFMEt1RPJU .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uFMEt1RPJU .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-uFMEt1RPJU .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uFMEt1RPJU .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-uFMEt1RPJU .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-uFMEt1RPJU .collapsed button.navbar-toggler {
  display: block;
}
.cid-uFMEt1RPJU .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-uFMEt1RPJU .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uFMEt1RPJU .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-uFMEt1RPJU .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uFMEt1RPJU .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uFMEt1RPJU .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1023px) {
  .cid-uFMEt1RPJU .navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uFMEt1RPJU img {
    height: 3.8rem !important;
  }
  .cid-uFMEt1RPJU .btn {
    display: -webkit-flex;
  }
  .cid-uFMEt1RPJU button.navbar-toggler {
    display: block;
  }
  .cid-uFMEt1RPJU .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-uFMEt1RPJU .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uFMEt1RPJU .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-uFMEt1RPJU .navbar-collapse.collapsing,
  .cid-uFMEt1RPJU .navbar-collapse.show {
    display: block !important;
  }
  .cid-uFMEt1RPJU .navbar-collapse.collapsing .navbar-nav,
  .cid-uFMEt1RPJU .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uFMEt1RPJU .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uFMEt1RPJU .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uFMEt1RPJU .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-uFMEt1RPJU .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-uFMEt1RPJU .navbar-collapse.collapsing .navbar-buttons,
  .cid-uFMEt1RPJU .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-uFMEt1RPJU .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uFMEt1RPJU .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uFMEt1RPJU .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-uFMEt1RPJU .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uFMEt1RPJU .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uFMEt1RPJU .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-uFMEt1RPJU .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-uFMEt1RPJU .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-uFMEt1RPJU .nav-link,
.cid-uFMEt1RPJU .dropdown-item {
  border-bottom: 2px solid transparent;
  transition: all 0.3s;
}
.cid-uFMEt1RPJU .nav-link:hover,
.cid-uFMEt1RPJU .dropdown-item:hover {
  color: #efefef !important;
  border-color: #cfa66c;
}
.cid-sicTt3CAbq {
  overflow-x: hidden !important;
}
.cid-sicTt3CAbq .mbr-section-title {
  color: #4f4943;
}
.cid-sicTt3CAbq .mbr-section-title span {
  color: #cfa66c;
}
.cid-sicTt3CAbq .mbr-text {
  color: #4f4943;
  letter-spacing: 5px;
  font-weight: 100;
}
.cid-sicTt3CAbq .scroll-wrapper {
  top: 0;
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  background-size: cover;
  position: absolute;
  background-repeat: repeat;
  z-index: 0;
  -webkit-animation-duration: 13s !important;
  animation-duration: 13s;
  background-image: url("../../../assets/images/elephants-of-south-luangwa-1-1200x797.jpg");
}
.cid-sicTt3CAbq .scroll-wrapper.second {
  left: calc(100% - 1px);
}
.cid-sicTt3CAbq .mbr-overlay {
  z-index: 1;
}
.cid-sicTt3CAbq .block-content {
  z-index: 2;
}
@keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-webkit-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-moz-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-o-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
.cid-sicTvkfH8i {
  padding-top: 90px;
  padding-bottom: 135px;
  background-color: #f1eeea;
}
.cid-sicTvkfH8i .container-fluid {
  position: relative;
  padding-right: 10.4rem;
  padding-left: 0;
}
.cid-sicTvkfH8i .wrapper {
  position: relative;
}
.cid-sicTvkfH8i .img1 {
  width: 100%;
  padding-right: 6rem;
  object-fit: cover;
  height: 800px;
}
.cid-sicTvkfH8i .mbr-iconfont {
  font-size: 1.8rem;
  color: #232323;
}
.cid-sicTvkfH8i .mbr-iconfont:hover {
  cursor: pointer;
}
.cid-sicTvkfH8i .icon1 {
  position: absolute;
  top: 2rem;
  right: 0rem;
}
.cid-sicTvkfH8i .icon2 {
  position: absolute;
  top: 5rem;
  right: 0rem;
}
.cid-sicTvkfH8i .img2 {
  position: absolute;
  bottom: -4.6rem;
  right: 0;
  width: 400px;
  box-shadow: 2.5px 4.3px 62px 0 rgba(0, 0, 0, 0.22);
}
.cid-sicTvkfH8i .title {
  position: absolute;
  right: 0rem;
  transform: rotate(90deg);
  transform-origin: top right;
  top: 26rem;
  padding: 0;
}
.cid-sicTvkfH8i .title:before {
  content: '';
  position: absolute;
  background: currentColor;
  top: 50%;
  left: -8.6rem;
  width: 100px;
  height: 2px;
}
@media (max-width: 1400px) {
  .cid-sicTvkfH8i .img2 {
    width: 400px;
  }
  .cid-sicTvkfH8i .container-fluid {
    padding-right: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-sicTvkfH8i .img2 {
    width: 400px;
  }
  .cid-sicTvkfH8i .img1 {
    padding-right: 4rem;
  }
}
@media (max-width: 767px) {
  .cid-sicTvkfH8i .img1 {
    height: 600px;
    padding-right: 3rem;
  }
  .cid-sicTvkfH8i .img2 {
    width: 200px;
  }
  .cid-sicTvkfH8i .container-fluid {
    padding-right: 1rem;
  }
}
.cid-sicTvkfH8i H1 {
  color: #4f4943;
}
.cid-sicUilnxK8 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #f7f4f0;
}
.cid-sicUilnxK8 span {
  color: #c1c1c1;
}
.cid-sicUilnxK8 .flex-block {
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.cid-sicUilnxK8 .flex-block span {
  font-size: 3rem;
  margin-right: 3rem;
}
@media (min-width: 577px) {
  .cid-sicUilnxK8 .flex-block span {
    margin-left: 2rem;
  }
}
.cid-sicUilnxK8 .block-quote {
  color: #4f4943;
  text-align: left;
}
.cid-sicUOiNR5u {
  padding-top: 45px;
  padding-bottom: 60px;
  background-color: #f1eeea;
}
.cid-sicUOiNR5u img {
  width: 90%;
}
.cid-sicUOiNR5u .mbr-text,
.cid-sicUOiNR5u .mbr-section-btn {
  color: #4f4943;
}
@media (max-width: 992px) {
  .cid-sicUOiNR5u img {
    width: 100%;
  }
  .cid-sicUOiNR5u .pb-5 {
    padding-bottom: 1rem !important;
  }
}
.cid-sicVzLkTcn {
  padding-top: 60px;
  padding-bottom: 15px;
  background-color: #f7f4f0;
}
.cid-sicVzLkTcn .row {
  padding: 0 1rem;
  justify-content: center;
}
.cid-sicVzLkTcn .card {
  margin-bottom: 2.5rem;
  padding: 0;
}
.cid-sicVzLkTcn .card .card-block {
  -webkit-flex-grow: 0;
  flex-grow: 0;
}
.cid-sicVzLkTcn .card .card-block .photo {
  display: inline-block;
  margin-bottom: 1.4rem;
  overflow: hidden;
}
.cid-sicVzLkTcn .card .card-block .photo img {
  width: 100%;
  min-width: 100%;
  height: 320px;
  object-fit: cover;
  min-height: 100%;
  transition: all 0.3s;
}
.cid-sicVzLkTcn .title {
  max-width: 800px;
  margin: auto;
}
.cid-sicVzLkTcn .text-wrap {
  padding: 0 1rem;
}
.cid-sicVzLkTcn .link {
  position: relative;
  width: fit-content;
  display: inline-block;
  padding-right: 2rem;
  cursor: pointer;
}
.cid-sicVzLkTcn .link:before {
  content: '\e966';
  font-family: MobiriseIcons !important;
  position: absolute;
  right: 0rem;
  transition: all 0.3s;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1rem;
  color: currentColor;
}
.cid-sicVzLkTcn .link:hover:before {
  margin-right: -0.4rem;
}
.cid-sicVzLkTcn .card-block:hover img {
  transform: scale(1.1);
}
.cid-sicVzLkTcn H4 {
  color: #b69b74;
}
@media (max-width: 992px) {
  .cid-sicVzLkTcn .md-pb {
    margin-bottom: 2rem !important;
  }
}
.cid-sicVzLkTcn .mbr-section-title {
  color: #4f4943;
}
.cid-sicWOy0xex {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #4f4943;
}
.cid-sicWOy0xex .text-wrap {
  background-color: #e1dede;
  padding: 3rem 6rem;
}
.cid-sicWOy0xex .img1 {
  position: absolute;
  left: 0;
  top: 0;
  width: 75%;
  height: 80%;
  object-fit: cover;
}
.cid-sicWOy0xex .link {
  position: relative;
  width: fit-content;
  display: inline-block;
  padding-right: 2rem;
  cursor: pointer;
}
.cid-sicWOy0xex .link:before {
  content: "\e966";
  font-family: MobiriseIcons !important;
  position: absolute;
  right: 0rem;
  transition: all 0.3s;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1rem;
  color: currentColor;
}
.cid-sicWOy0xex .link:hover:before {
  margin-right: -0.4rem;
}
.cid-sicWOy0xex .mbr-text,
.cid-sicWOy0xex .link-wrap {
  text-align: center;
  color: #4f4943;
}
.cid-sicWOy0xex H4 {
  color: #b69b74;
}
@media (max-width: 992px) {
  .cid-sicWOy0xex .img1 {
    width: 50%;
  }
  .cid-sicWOy0xex .text-wrap {
    background-color: #e1dede;
    padding: 2rem 2rem;
  }
}
.cid-sicWOy0xex H1 {
  color: #f7f4f0;
}
.cid-sicWEqLYxL {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #f1eeea;
}
.cid-sicWEqLYxL img {
  width: 90%;
}
@media (max-width: 992px) {
  .cid-sicWEqLYxL img {
    width: 100%;
  }
  .cid-sicWEqLYxL .pb-5 {
    padding-bottom: 1rem !important;
  }
}
.cid-sicWEqLYxL ul {
  padding-left: 2rem;
  margin-bottom: 0;
}
.cid-sicWEqLYxL ul li {
  margin-bottom: 0.4rem;
  list-style: none;
  position: relative;
}
.cid-sicWEqLYxL ul li:before {
  position: absolute;
  left: -2.6rem;
  content: '';
  display: inline-block;
  text-align: center;
  margin: 10px 14px;
  line-height: 20px;
  transition: all 0.2s;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #b69b74;
}
.cid-sicWEqLYxL .counter-container {
  color: #4f4943;
}
.cid-sicYwMOdgZ {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #f7f4f0;
}
.cid-sicYwMOdgZ span {
  color: #c1c1c1;
}
.cid-sicYwMOdgZ .flex-block {
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.cid-sicYwMOdgZ .flex-block span {
  font-size: 3rem;
  margin-right: 3rem;
}
@media (min-width: 577px) {
  .cid-sicYwMOdgZ .flex-block span {
    margin-left: 2rem;
  }
}
.cid-sicYwMOdgZ .block-quote {
  color: #4f4943;
  text-align: left;
}
.cid-sicZOJmHvW {
  background-image: url("../../../assets/images/impala-jumping-800x533.jpg");
}
.cid-siFZkeOyS6 {
  padding-top: 30px;
  padding-bottom: 15px;
  background: linear-gradient(0deg, #eee8df, #ffffff);
}
.cid-siFZkeOyS6 a {
  text-align: center;
}
.cid-siFZkeOyS6 p {
  color: #0a0a0a;
  text-align: center;
}
.cid-siFZkeOyS6 span {
  font-size: 2rem;
}
.cid-siFZkeOyS6 .mbr-iconfont-social {
  font-size: 20px;
  width: 44px;
  padding-top: 6px;
  display: inline-block;
  line-height: 38px;
  border-radius: 50%;
}
.cid-siFZkeOyS6 .socicon-twitter {
  color: #4da7de;
}
.cid-siFZkeOyS6 .socicon-facebook {
  color: #3e5b98;
}
.cid-siFZkeOyS6 .socicon-googleplus {
  color: #dd4b39;
}
.cid-siFZkeOyS6 .socicon-instagram {
  color: #3f729b;
}
.cid-siFZkeOyS6 .social-list a:focus {
  text-decoration: none;
}
.cid-siFZkeOyS6 .text-copyright {
  width: 100%;
}
.cid-siFZkeOyS6 .img-logo-footer {
  margin-right: 1rem;
  max-width: 5rem;
}
.cid-siFZkeOyS6 .text-logo-footer {
  display: inline-block;
  vertical-align: middle;
}
.cid-siFZkeOyS6 .logo-footer {
  line-height: normal;
}
.cid-siFZkeOyS6 .copyright {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-siFZkeOyS6 .social-btns {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-siFZkeOyS6 .media-container-row {
  -webkit-align-items: center;
  align-items: center;
}
.cid-siFZkeOyS6 .media-container-row a {
  margin: 0 1rem;
}
.cid-t28g2LMlUH {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #343434;
}
.cid-t28g2LMlUH .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-t28g2LMlUH .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
@media (max-width: 767px) {
  .cid-t28g2LMlUH .row {
    text-align: center;
  }
  .cid-t28g2LMlUH .social-row {
    justify-content: center;
  }
}
.cid-t28g2LMlUH .list {
  list-style: none;
  padding-left: 0;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-t28g2LMlUH .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-t28g2LMlUH .list {
    margin-bottom: 0rem;
  }
}
.cid-t28g2LMlUH .mbr-text {
  color: #bbbbbb;
}
.cid-t28g2LMlUH .mbr-iconfont {
  color: black;
}
.cid-t28g2LMlUH .copyright {
  color: #cccccc;
}
.cid-t28g2LMlUH .mbr-section-subtitle {
  color: #cfa66c;
}
.cid-uFMEt1RPJU .navbar {
  padding: .5rem 0;
  background: #232323;
  transition: none;
  min-height: 100px;
}
.cid-uFMEt1RPJU .navbar-dropdown.bg-color.transparent.opened {
  background: #232323;
}
.cid-uFMEt1RPJU a {
  font-style: normal;
}
.cid-uFMEt1RPJU a .link:hover {
  color: inherit!important;
}
.cid-uFMEt1RPJU .dropdown-item:active {
  background: #232323;
}
.cid-uFMEt1RPJU .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-uFMEt1RPJU .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.1rem 0 !important;
  margin: 0.5rem 1.4rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-uFMEt1RPJU .nav-item:focus,
.cid-uFMEt1RPJU .nav-link:focus {
  outline: none;
}
.cid-uFMEt1RPJU .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-uFMEt1RPJU .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-uFMEt1RPJU .menu-logo {
  margin-right: auto;
}
.cid-uFMEt1RPJU .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uFMEt1RPJU .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-uFMEt1RPJU .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-uFMEt1RPJU .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uFMEt1RPJU .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-uFMEt1RPJU .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uFMEt1RPJU .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-uFMEt1RPJU .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-uFMEt1RPJU .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-uFMEt1RPJU .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-uFMEt1RPJU .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uFMEt1RPJU .dropdown .dropdown-menu {
  background: #232323;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-uFMEt1RPJU .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-uFMEt1RPJU .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uFMEt1RPJU .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uFMEt1RPJU .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uFMEt1RPJU .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-uFMEt1RPJU .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-uFMEt1RPJU .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-uFMEt1RPJU .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-uFMEt1RPJU .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uFMEt1RPJU .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-uFMEt1RPJU .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uFMEt1RPJU button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.8rem;
  right: 1rem;
}
.cid-uFMEt1RPJU button.navbar-toggler:focus {
  outline: none;
}
.cid-uFMEt1RPJU button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #cfa66c;
}
.cid-uFMEt1RPJU button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uFMEt1RPJU button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uFMEt1RPJU button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uFMEt1RPJU button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uFMEt1RPJU nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uFMEt1RPJU nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uFMEt1RPJU nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uFMEt1RPJU nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uFMEt1RPJU .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uFMEt1RPJU .collapsed .btn {
  display: -webkit-flex;
}
.cid-uFMEt1RPJU .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uFMEt1RPJU .collapsed .navbar-collapse.collapsing,
.cid-uFMEt1RPJU .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uFMEt1RPJU .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uFMEt1RPJU .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uFMEt1RPJU .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uFMEt1RPJU .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uFMEt1RPJU .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-uFMEt1RPJU .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-uFMEt1RPJU .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uFMEt1RPJU .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-uFMEt1RPJU .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uFMEt1RPJU .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-uFMEt1RPJU .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-uFMEt1RPJU .collapsed button.navbar-toggler {
  display: block;
}
.cid-uFMEt1RPJU .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-uFMEt1RPJU .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uFMEt1RPJU .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-uFMEt1RPJU .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uFMEt1RPJU .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uFMEt1RPJU .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1023px) {
  .cid-uFMEt1RPJU .navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uFMEt1RPJU img {
    height: 3.8rem !important;
  }
  .cid-uFMEt1RPJU .btn {
    display: -webkit-flex;
  }
  .cid-uFMEt1RPJU button.navbar-toggler {
    display: block;
  }
  .cid-uFMEt1RPJU .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-uFMEt1RPJU .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uFMEt1RPJU .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-uFMEt1RPJU .navbar-collapse.collapsing,
  .cid-uFMEt1RPJU .navbar-collapse.show {
    display: block !important;
  }
  .cid-uFMEt1RPJU .navbar-collapse.collapsing .navbar-nav,
  .cid-uFMEt1RPJU .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uFMEt1RPJU .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uFMEt1RPJU .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uFMEt1RPJU .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-uFMEt1RPJU .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-uFMEt1RPJU .navbar-collapse.collapsing .navbar-buttons,
  .cid-uFMEt1RPJU .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-uFMEt1RPJU .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uFMEt1RPJU .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uFMEt1RPJU .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-uFMEt1RPJU .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uFMEt1RPJU .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uFMEt1RPJU .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-uFMEt1RPJU .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-uFMEt1RPJU .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-uFMEt1RPJU .nav-link,
.cid-uFMEt1RPJU .dropdown-item {
  border-bottom: 2px solid transparent;
  transition: all 0.3s;
}
.cid-uFMEt1RPJU .nav-link:hover,
.cid-uFMEt1RPJU .dropdown-item:hover {
  color: #efefef !important;
  border-color: #cfa66c;
}
.cid-sith3889c7 {
  overflow-x: hidden !important;
}
.cid-sith3889c7 .mbr-section-title {
  color: #4f4943;
}
.cid-sith3889c7 .mbr-section-title span {
  color: #cfa66c;
}
.cid-sith3889c7 .mbr-text {
  color: #4f4943;
  letter-spacing: 5px;
  font-weight: 100;
}
.cid-sith3889c7 .scroll-wrapper {
  top: 0;
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  background-size: cover;
  position: absolute;
  background-repeat: repeat;
  z-index: 0;
  -webkit-animation-duration: 13s !important;
  animation-duration: 13s;
  background-image: url("../../../assets/images/elephants-of-south-luangwa-1-1200x797.jpg");
}
.cid-sith3889c7 .scroll-wrapper.second {
  left: calc(100% - 1px);
}
.cid-sith3889c7 .mbr-overlay {
  z-index: 1;
}
.cid-sith3889c7 .block-content {
  z-index: 2;
}
@keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-webkit-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-moz-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-o-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
.cid-sith5TmaBj {
  padding-top: 90px;
  padding-bottom: 135px;
  background-color: #f1eeea;
}
.cid-sith5TmaBj .container-fluid {
  position: relative;
  padding-right: 10.4rem;
  padding-left: 0;
}
.cid-sith5TmaBj .wrapper {
  position: relative;
}
.cid-sith5TmaBj .img1 {
  width: 100%;
  padding-right: 6rem;
  object-fit: cover;
  height: 800px;
}
.cid-sith5TmaBj .mbr-iconfont {
  font-size: 1.8rem;
  color: #232323;
}
.cid-sith5TmaBj .mbr-iconfont:hover {
  cursor: pointer;
}
.cid-sith5TmaBj .icon1 {
  position: absolute;
  top: 2rem;
  right: 0rem;
}
.cid-sith5TmaBj .icon2 {
  position: absolute;
  top: 5rem;
  right: 0rem;
}
.cid-sith5TmaBj .img2 {
  position: absolute;
  bottom: -4.6rem;
  right: 0;
  width: 400px;
  box-shadow: 2.5px 4.3px 62px 0 rgba(0, 0, 0, 0.22);
}
.cid-sith5TmaBj .title {
  position: absolute;
  right: 0rem;
  transform: rotate(90deg);
  transform-origin: top right;
  top: 26rem;
  padding: 0;
}
.cid-sith5TmaBj .title:before {
  content: '';
  position: absolute;
  background: currentColor;
  top: 50%;
  left: -8.6rem;
  width: 100px;
  height: 2px;
}
@media (max-width: 1400px) {
  .cid-sith5TmaBj .img2 {
    width: 400px;
  }
  .cid-sith5TmaBj .container-fluid {
    padding-right: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-sith5TmaBj .img2 {
    width: 400px;
  }
  .cid-sith5TmaBj .img1 {
    padding-right: 4rem;
  }
}
@media (max-width: 767px) {
  .cid-sith5TmaBj .img1 {
    height: 600px;
    padding-right: 3rem;
  }
  .cid-sith5TmaBj .img2 {
    width: 200px;
  }
  .cid-sith5TmaBj .container-fluid {
    padding-right: 1rem;
  }
}
.cid-sith5TmaBj H1 {
  color: #4f4943;
}
.cid-sith4sFMEI {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #f7f4f0;
}
.cid-sith4sFMEI span {
  color: #c1c1c1;
}
.cid-sith4sFMEI .flex-block {
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.cid-sith4sFMEI .flex-block span {
  font-size: 3rem;
  margin-right: 3rem;
}
@media (min-width: 577px) {
  .cid-sith4sFMEI .flex-block span {
    margin-left: 2rem;
  }
}
.cid-sith4sFMEI .block-quote {
  color: #4f4943;
  text-align: left;
}
.cid-sith9B30zR {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #eee8df;
}
.cid-sith9B30zR .row {
  padding: 0 1rem;
  justify-content: center;
}
.cid-sith9B30zR .card {
  margin-bottom: 2.5rem;
  padding: 0;
}
.cid-sith9B30zR .card .card-block {
  -webkit-flex-grow: 0;
  flex-grow: 0;
}
.cid-sith9B30zR .card .card-block .photo {
  display: inline-block;
  margin-bottom: 1.4rem;
  overflow: hidden;
}
.cid-sith9B30zR .card .card-block .photo img {
  width: 100%;
  min-width: 100%;
  height: 320px;
  object-fit: cover;
  min-height: 100%;
  transition: all 0.3s;
}
.cid-sith9B30zR .title {
  max-width: 800px;
  margin: auto;
}
.cid-sith9B30zR .text-wrap {
  padding: 0 1rem;
}
.cid-sith9B30zR .link {
  position: relative;
  width: fit-content;
  display: inline-block;
  padding-right: 2rem;
  cursor: pointer;
}
.cid-sith9B30zR .link:before {
  content: '\e966';
  font-family: MobiriseIcons !important;
  position: absolute;
  right: 0rem;
  transition: all 0.3s;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1rem;
  color: currentColor;
}
.cid-sith9B30zR .link:hover:before {
  margin-right: -0.4rem;
}
.cid-sith9B30zR .card-block:hover img {
  transform: scale(1.1);
}
.cid-sith9B30zR H4 {
  color: #b69b74;
}
@media (max-width: 992px) {
  .cid-sith9B30zR .md-pb {
    margin-bottom: 2rem !important;
  }
}
.cid-sith9B30zR H2 {
  color: #4f4943;
}
.cid-sith9B30zR .mbr-section-subtitle {
  color: #4f4943;
}
.cid-sitkPL1NPB {
  padding-top: 60px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/puku-800x533.jpg");
}
.cid-sitkPL1NPB .mbr-text,
.cid-sitkPL1NPB .mbr-section-btn {
  color: #f1eeea;
}
.cid-sitkPL1NPB H1 {
  color: #f7f4f0;
}
.cid-u8dMd4An5c {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #f1eeea;
}
.cid-u8dMd4An5c .row {
  padding: 0 1rem;
  justify-content: center;
}
.cid-u8dMd4An5c .title {
  max-width: 800px;
  margin: auto;
}
.cid-u8dMd4An5c .mbr-testimonial {
  padding: 0;
}
.cid-u8dMd4An5c .mbr-testimonial .card-block {
  -webkit-flex-grow: 0;
  flex-grow: 0;
}
.cid-u8dMd4An5c .mbr-testimonial .card-block .testimonial-photo {
  display: inline-block;
  margin-bottom: 1.6rem;
  overflow: hidden;
}
.cid-u8dMd4An5c .mbr-testimonial .card-block .testimonial-photo img {
  width: 100%;
  min-width: 100%;
  height: 380px;
  object-fit: cover;
  min-height: 100%;
}
.cid-u8dMd4An5c .mbr-testimonial p {
  padding: 0 1rem;
}
.cid-u8dMd4An5c .mbr-testimonial .card-footer {
  margin-bottom: 2.2rem;
  border-top: 0;
  padding: 1rem 1rem 3rem 1rem;
  word-wrap: break-word;
  word-break: break-word;
  background: none;
  position: relative;
}
.cid-u8dMd4An5c .mbr-testimonial .card-footer:before {
  content: '';
  position: absolute;
  background: #b69b74;
  bottom: -1rem;
  left: 50%;
  width: 2px;
  height: 3rem;
}
@media (max-width: 300px) {
  .cid-u8dMd4An5c .testimonial-photo {
    width: 100% !important;
    height: auto !important;
  }
}
.cid-u8dMd4An5c .mbr-author-desc {
  color: #b69b74;
}
.cid-u8dMd4An5c H2 {
  color: #b69b74;
}
@media (max-width: 992px) {
  .cid-u8dMd4An5c .md-pb {
    padding-bottom: 2rem !important;
  }
}
.cid-sithbrFJ8P {
  padding-top: 105px;
  padding-bottom: 60px;
  background-color: #343434;
}
.cid-sithbrFJ8P .text-wrap {
  background-color: #e1dede;
  padding: 3rem 6rem;
}
.cid-sithbrFJ8P .img1 {
  position: absolute;
  left: 0;
  top: 0;
  width: 75%;
  height: 80%;
  object-fit: cover;
}
.cid-sithbrFJ8P .link {
  position: relative;
  width: fit-content;
  display: inline-block;
  padding-right: 2rem;
  cursor: pointer;
}
.cid-sithbrFJ8P .link:before {
  content: "\e966";
  font-family: MobiriseIcons !important;
  position: absolute;
  right: 0rem;
  transition: all 0.3s;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1rem;
  color: currentColor;
}
.cid-sithbrFJ8P .link:hover:before {
  margin-right: -0.4rem;
}
.cid-sithbrFJ8P .mbr-text,
.cid-sithbrFJ8P .link-wrap {
  text-align: center;
  color: #4f4943;
}
.cid-sithbrFJ8P H4 {
  color: #b69b74;
}
@media (max-width: 992px) {
  .cid-sithbrFJ8P .img1 {
    width: 50%;
  }
  .cid-sithbrFJ8P .text-wrap {
    background-color: #e1dede;
    padding: 2rem 2rem;
  }
}
.cid-sithbrFJ8P H1 {
  color: #f7f4f0;
}
.cid-sitlRw0Yl4 {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #f1eeea;
}
.cid-sitlRw0Yl4 .row {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
.cid-sitlRw0Yl4 img {
  width: 90%;
}
.cid-sitlRw0Yl4 .mbr-text,
.cid-sitlRw0Yl4 .mbr-section-btn {
  color: #4f4943;
}
@media (max-width: 992px) {
  .cid-sitlRw0Yl4 img {
    width: 100%;
  }
  .cid-sitlRw0Yl4 .pb-5 {
    padding-bottom: 1rem !important;
  }
}
.cid-sitlRw0Yl4 H3 {
  color: #4f4943;
}
.cid-sitlRw0Yl4 H1 {
  text-align: center;
}
.cid-uINPFz5joV {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #eee8df;
}
.cid-uINPFz5joV .row {
  padding: 0 1rem;
  justify-content: center;
}
.cid-uINPFz5joV .title {
  max-width: 800px;
  margin: auto;
}
.cid-uINPFz5joV .text-wrap {
  padding: 0 1rem;
  padding-top: 0.6rem;
}
.cid-uINPFz5joV .link {
  position: relative;
  width: fit-content;
  display: inline-block;
  padding-right: 2rem;
  cursor: pointer;
}
.cid-uINPFz5joV .link:before {
  content: '\e966';
  font-family: MobiriseIcons !important;
  position: absolute;
  right: 0rem;
  transition: all 0.3s;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1rem;
  color: currentColor;
}
.cid-uINPFz5joV .link:hover:before {
  margin-right: -0.4rem;
}
.cid-uINPFz5joV .card-block:hover img {
  transform: scale(1.1);
}
.cid-uINPFz5joV .card {
  padding: 0;
}
.cid-uINPFz5joV .card .card-block {
  -webkit-flex-grow: 0;
  flex-grow: 0;
}
.cid-uINPFz5joV .card .card-block .photo {
  display: inline-block;
  margin-bottom: 1.4rem;
  overflow: hidden;
}
.cid-uINPFz5joV .card .card-block .photo img {
  width: 100%;
  min-width: 100%;
  height: 320px;
  object-fit: cover;
  min-height: 100%;
  transition: all 0.3s;
}
.cid-uINPFz5joV H4 {
  color: #b69b74;
}
@media (max-width: 992px) {
  .cid-uINPFz5joV .md-pb {
    margin-bottom: 2rem !important;
  }
}
.cid-uINPFz5joV H1 {
  color: #b69b74;
}
.cid-uINPFz5joV .mbr-fallback-image.disabled {
  display: none;
}
.cid-uINPFz5joV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-siLRlsRmlZ {
  background-image: url("../../../assets/images/ian-mcgrory-62ctkv44duy-unsplash-2000x1336.jpg");
}
.cid-siG1rtovQ5 {
  padding-top: 30px;
  padding-bottom: 15px;
  background: linear-gradient(0deg, #eee8df, #ffffff);
}
.cid-siG1rtovQ5 a {
  text-align: center;
}
.cid-siG1rtovQ5 p {
  color: #0a0a0a;
  text-align: center;
}
.cid-siG1rtovQ5 span {
  font-size: 2rem;
}
.cid-siG1rtovQ5 .mbr-iconfont-social {
  font-size: 20px;
  width: 44px;
  padding-top: 6px;
  display: inline-block;
  line-height: 38px;
  border-radius: 50%;
}
.cid-siG1rtovQ5 .socicon-twitter {
  color: #4da7de;
}
.cid-siG1rtovQ5 .socicon-facebook {
  color: #3e5b98;
}
.cid-siG1rtovQ5 .socicon-googleplus {
  color: #dd4b39;
}
.cid-siG1rtovQ5 .socicon-instagram {
  color: #3f729b;
}
.cid-siG1rtovQ5 .social-list a:focus {
  text-decoration: none;
}
.cid-siG1rtovQ5 .text-copyright {
  width: 100%;
}
.cid-siG1rtovQ5 .img-logo-footer {
  margin-right: 1rem;
  max-width: 5rem;
}
.cid-siG1rtovQ5 .text-logo-footer {
  display: inline-block;
  vertical-align: middle;
}
.cid-siG1rtovQ5 .logo-footer {
  line-height: normal;
}
.cid-siG1rtovQ5 .copyright {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-siG1rtovQ5 .social-btns {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-siG1rtovQ5 .media-container-row {
  -webkit-align-items: center;
  align-items: center;
}
.cid-siG1rtovQ5 .media-container-row a {
  margin: 0 1rem;
}
.cid-t28g2LMlUH {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #343434;
}
.cid-t28g2LMlUH .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-t28g2LMlUH .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
@media (max-width: 767px) {
  .cid-t28g2LMlUH .row {
    text-align: center;
  }
  .cid-t28g2LMlUH .social-row {
    justify-content: center;
  }
}
.cid-t28g2LMlUH .list {
  list-style: none;
  padding-left: 0;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-t28g2LMlUH .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-t28g2LMlUH .list {
    margin-bottom: 0rem;
  }
}
.cid-t28g2LMlUH .mbr-text {
  color: #bbbbbb;
}
.cid-t28g2LMlUH .mbr-iconfont {
  color: black;
}
.cid-t28g2LMlUH .copyright {
  color: #cccccc;
}
.cid-t28g2LMlUH .mbr-section-subtitle {
  color: #cfa66c;
}
.cid-uFMEt1RPJU .navbar {
  padding: .5rem 0;
  background: #232323;
  transition: none;
  min-height: 100px;
}
.cid-uFMEt1RPJU .navbar-dropdown.bg-color.transparent.opened {
  background: #232323;
}
.cid-uFMEt1RPJU a {
  font-style: normal;
}
.cid-uFMEt1RPJU a .link:hover {
  color: inherit!important;
}
.cid-uFMEt1RPJU .dropdown-item:active {
  background: #232323;
}
.cid-uFMEt1RPJU .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-uFMEt1RPJU .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.1rem 0 !important;
  margin: 0.5rem 1.4rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-uFMEt1RPJU .nav-item:focus,
.cid-uFMEt1RPJU .nav-link:focus {
  outline: none;
}
.cid-uFMEt1RPJU .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-uFMEt1RPJU .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-uFMEt1RPJU .menu-logo {
  margin-right: auto;
}
.cid-uFMEt1RPJU .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uFMEt1RPJU .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-uFMEt1RPJU .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-uFMEt1RPJU .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uFMEt1RPJU .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-uFMEt1RPJU .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uFMEt1RPJU .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-uFMEt1RPJU .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-uFMEt1RPJU .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-uFMEt1RPJU .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-uFMEt1RPJU .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uFMEt1RPJU .dropdown .dropdown-menu {
  background: #232323;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-uFMEt1RPJU .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-uFMEt1RPJU .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uFMEt1RPJU .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uFMEt1RPJU .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uFMEt1RPJU .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-uFMEt1RPJU .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-uFMEt1RPJU .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-uFMEt1RPJU .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-uFMEt1RPJU .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uFMEt1RPJU .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-uFMEt1RPJU .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uFMEt1RPJU button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.8rem;
  right: 1rem;
}
.cid-uFMEt1RPJU button.navbar-toggler:focus {
  outline: none;
}
.cid-uFMEt1RPJU button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #cfa66c;
}
.cid-uFMEt1RPJU button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uFMEt1RPJU button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uFMEt1RPJU button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uFMEt1RPJU button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uFMEt1RPJU nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uFMEt1RPJU nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uFMEt1RPJU nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uFMEt1RPJU nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uFMEt1RPJU .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uFMEt1RPJU .collapsed .btn {
  display: -webkit-flex;
}
.cid-uFMEt1RPJU .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uFMEt1RPJU .collapsed .navbar-collapse.collapsing,
.cid-uFMEt1RPJU .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uFMEt1RPJU .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uFMEt1RPJU .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uFMEt1RPJU .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uFMEt1RPJU .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uFMEt1RPJU .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-uFMEt1RPJU .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-uFMEt1RPJU .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uFMEt1RPJU .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-uFMEt1RPJU .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uFMEt1RPJU .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-uFMEt1RPJU .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-uFMEt1RPJU .collapsed button.navbar-toggler {
  display: block;
}
.cid-uFMEt1RPJU .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-uFMEt1RPJU .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uFMEt1RPJU .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-uFMEt1RPJU .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uFMEt1RPJU .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uFMEt1RPJU .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1023px) {
  .cid-uFMEt1RPJU .navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uFMEt1RPJU img {
    height: 3.8rem !important;
  }
  .cid-uFMEt1RPJU .btn {
    display: -webkit-flex;
  }
  .cid-uFMEt1RPJU button.navbar-toggler {
    display: block;
  }
  .cid-uFMEt1RPJU .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-uFMEt1RPJU .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uFMEt1RPJU .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-uFMEt1RPJU .navbar-collapse.collapsing,
  .cid-uFMEt1RPJU .navbar-collapse.show {
    display: block !important;
  }
  .cid-uFMEt1RPJU .navbar-collapse.collapsing .navbar-nav,
  .cid-uFMEt1RPJU .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uFMEt1RPJU .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uFMEt1RPJU .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uFMEt1RPJU .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-uFMEt1RPJU .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-uFMEt1RPJU .navbar-collapse.collapsing .navbar-buttons,
  .cid-uFMEt1RPJU .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-uFMEt1RPJU .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uFMEt1RPJU .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uFMEt1RPJU .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-uFMEt1RPJU .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uFMEt1RPJU .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uFMEt1RPJU .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-uFMEt1RPJU .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-uFMEt1RPJU .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-uFMEt1RPJU .nav-link,
.cid-uFMEt1RPJU .dropdown-item {
  border-bottom: 2px solid transparent;
  transition: all 0.3s;
}
.cid-uFMEt1RPJU .nav-link:hover,
.cid-uFMEt1RPJU .dropdown-item:hover {
  color: #efefef !important;
  border-color: #cfa66c;
}
.cid-sowhc2qyDw {
  overflow-x: hidden !important;
}
.cid-sowhc2qyDw .mbr-section-title {
  color: #4f4943;
}
.cid-sowhc2qyDw .mbr-section-title span {
  color: #cfa66c;
}
.cid-sowhc2qyDw .mbr-text {
  color: #4f4943;
  letter-spacing: 5px;
  font-weight: 100;
}
.cid-sowhc2qyDw .scroll-wrapper {
  top: 0;
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  background-size: cover;
  position: absolute;
  background-repeat: repeat;
  z-index: 0;
  -webkit-animation-duration: 13s !important;
  animation-duration: 13s;
  background-image: url("../../../assets/images/elephants-of-south-luangwa-1-1200x797.jpg");
}
.cid-sowhc2qyDw .scroll-wrapper.second {
  left: calc(100% - 1px);
}
.cid-sowhc2qyDw .mbr-overlay {
  z-index: 1;
}
.cid-sowhc2qyDw .block-content {
  z-index: 2;
}
@keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-webkit-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-moz-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-o-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
.cid-sowhcPUlIV {
  padding-top: 90px;
  padding-bottom: 135px;
  background-color: #f1eeea;
}
.cid-sowhcPUlIV .container-fluid {
  position: relative;
  padding-right: 10.4rem;
  padding-left: 0;
}
.cid-sowhcPUlIV .wrapper {
  position: relative;
}
.cid-sowhcPUlIV .img1 {
  width: 100%;
  padding-right: 6rem;
  object-fit: cover;
  height: 800px;
}
.cid-sowhcPUlIV .mbr-iconfont {
  font-size: 1.8rem;
  color: #232323;
}
.cid-sowhcPUlIV .mbr-iconfont:hover {
  cursor: pointer;
}
.cid-sowhcPUlIV .icon1 {
  position: absolute;
  top: 2rem;
  right: 0rem;
}
.cid-sowhcPUlIV .icon2 {
  position: absolute;
  top: 5rem;
  right: 0rem;
}
.cid-sowhcPUlIV .img2 {
  position: absolute;
  bottom: -4.6rem;
  right: 0;
  width: 400px;
  box-shadow: 2.5px 4.3px 62px 0 rgba(0, 0, 0, 0.22);
}
.cid-sowhcPUlIV .title {
  position: absolute;
  right: 0rem;
  transform: rotate(90deg);
  transform-origin: top right;
  top: 26rem;
  padding: 0;
}
.cid-sowhcPUlIV .title:before {
  content: '';
  position: absolute;
  background: currentColor;
  top: 50%;
  left: -8.6rem;
  width: 100px;
  height: 2px;
}
@media (max-width: 1400px) {
  .cid-sowhcPUlIV .img2 {
    width: 400px;
  }
  .cid-sowhcPUlIV .container-fluid {
    padding-right: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-sowhcPUlIV .img2 {
    width: 400px;
  }
  .cid-sowhcPUlIV .img1 {
    padding-right: 4rem;
  }
}
@media (max-width: 767px) {
  .cid-sowhcPUlIV .img1 {
    height: 600px;
    padding-right: 3rem;
  }
  .cid-sowhcPUlIV .img2 {
    width: 200px;
  }
  .cid-sowhcPUlIV .container-fluid {
    padding-right: 1rem;
  }
}
.cid-sowhcPUlIV H1 {
  color: #4f4943;
}
.cid-sowhqPTlB6 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #f5f5f5;
}
.cid-sowhqPTlB6 span {
  color: #c1c1c1;
}
.cid-sowhqPTlB6 .flex-block {
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.cid-sowhqPTlB6 .flex-block span {
  font-size: 3rem;
  margin-right: 3rem;
}
@media (min-width: 577px) {
  .cid-sowhqPTlB6 .flex-block span {
    margin-left: 2rem;
  }
}
.cid-sowhqPTlB6 .block-quote {
  color: #4f4943;
  text-align: center;
}
.cid-sowimG5GwC {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #f1eeea;
}
.cid-sowimG5GwC .row {
  padding: 0 1rem;
  justify-content: center;
}
.cid-sowimG5GwC .title {
  max-width: 800px;
  margin: auto;
}
.cid-sowimG5GwC .mbr-testimonial {
  padding: 0;
}
.cid-sowimG5GwC .mbr-testimonial .card-block {
  -webkit-flex-grow: 0;
  flex-grow: 0;
}
.cid-sowimG5GwC .mbr-testimonial .card-block .testimonial-photo {
  display: inline-block;
  margin-bottom: 1.6rem;
  overflow: hidden;
}
.cid-sowimG5GwC .mbr-testimonial .card-block .testimonial-photo img {
  width: 100%;
  min-width: 100%;
  height: 380px;
  object-fit: cover;
  min-height: 100%;
}
.cid-sowimG5GwC .mbr-testimonial p {
  padding: 0 1rem;
}
.cid-sowimG5GwC .mbr-testimonial .card-footer {
  margin-bottom: 2.2rem;
  border-top: 0;
  padding: 1rem 1rem 3rem 1rem;
  word-wrap: break-word;
  word-break: break-word;
  background: none;
  position: relative;
}
.cid-sowimG5GwC .mbr-testimonial .card-footer:before {
  content: '';
  position: absolute;
  background: #b69b74;
  bottom: -1rem;
  left: 50%;
  width: 2px;
  height: 3rem;
}
@media (max-width: 300px) {
  .cid-sowimG5GwC .testimonial-photo {
    width: 100% !important;
    height: auto !important;
  }
}
.cid-sowimG5GwC .mbr-author-desc {
  color: #b69b74;
}
.cid-sowimG5GwC H2 {
  color: #b69b74;
}
@media (max-width: 992px) {
  .cid-sowimG5GwC .md-pb {
    padding-bottom: 2rem !important;
  }
}
.cid-sowqgVr4ho {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-sowqgVr4ho .mbr-iconfont {
  color: #767676;
  font-size: 0.9rem;
}
.cid-sowqgVr4ho .title,
.cid-sowqgVr4ho .mbr-section-title {
  margin-bottom: 0.5rem!important;
}
.cid-sowqgVr4ho .card-wrapper {
  overflow: hidden;
  height: 100%;
  background: #f1eeea;
  color: #232323;
  box-shadow: 0 1px 8px 0 rgba(0, 0, 0, 0.08);
  padding: 0rem;
}
.cid-sowqgVr4ho .ico-wrap {
  background: #efefef;
  padding: 1rem;
}
.cid-sowqgVr4ho .phone {
  margin-bottom: 0;
  color: #767676;
  text-align: left;
}
.cid-sowqgVr4ho .text-box {
  padding: 0rem;
}
.cid-sowqgVr4ho .ico-box {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  padding: 3px;
}
.cid-sowqgVr4ho .card-title {
  color: #b69b74;
  margin: 0;
  padding-bottom: 0.2rem;
}
.cid-sowqgVr4ho .card-img {
  overflow: hidden;
}
.cid-sowqgVr4ho .card-img:hover img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
.cid-sowqgVr4ho .card-box {
  padding: 0rem;
}
.cid-sowqgVr4ho img {
  transition: all 0.3s;
}
.cid-sowqgVr4ho .mbr-section-title {
  margin: 0 auto;
  margin-bottom: 2rem;
  color: #767676;
}
.cid-sowqgVr4ho .status {
  color: #767676;
  text-align: left;
}
@media (min-width: 576px) {
  .cid-sowqgVr4ho .card-wrapper {
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-sowqgVr4ho .card-img {
    width: 30%;
  }
  .cid-sowqgVr4ho .card-box {
    width: 70%;
    margin-left: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-sowqgVr4ho .card-img {
    width: 50%;
  }
  .cid-sowqgVr4ho .card-box {
    width: 50%;
    margin-left: 0rem;
  }
  .cid-sowqgVr4ho .text-box {
    padding: 1rem;
  }
}
@media (max-width: 576px) {
  .cid-sowqgVr4ho .card-img {
    width: 100%;
  }
  .cid-sowqgVr4ho .card-box {
    width: 100%;
  }
}
.cid-sowqgVr4ho .card-box > p,
.cid-sowqgVr4ho .mbr-section-btn {
  color: #767676;
}
.cid-sowqfJxIXm {
  padding-top: 30px;
  padding-bottom: 45px;
  background-color: #eee8df;
}
.cid-sowqfJxIXm h3 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  display: inline;
  text-decoration: none;
  background-image: linear-gradient(transparent calc(98%), currentColor 1px);
  background-repeat: no-repeat;
  background-position: 0;
  background-size: 0% 100%;
  transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.cid-sowqfJxIXm .pt-4 {
  padding-top: 2rem!important;
}
.cid-sowqfJxIXm .card-img {
  position: relative;
  height: 350px;
  overflow: hidden;
}
.cid-sowqfJxIXm p {
  color: #767676;
  text-align: left;
}
.cid-sowqfJxIXm .card-wrapper {
  height: 100%;
}
.cid-sowqfJxIXm .container-fluid {
  max-width: 1600px;
}
.cid-sowqfJxIXm img {
  object-fit: cover;
  height: 100%;
  transition: all 0.3s;
}
.cid-sowqfJxIXm h4 {
  margin: 0;
}
.cid-sowqfJxIXm .icons {
  position: absolute;
  font-size: 1rem;
  display: flex;
  flex-direction: column;
  left: 30px;
  bottom: 20px;
  transition: all 0.3s;
  opacity: 0;
  z-index: 2;
}
.cid-sowqfJxIXm .mbr-iconfont {
  color: #cebfaf;
  display: block;
  transition: all 0.3s;
  padding-bottom: 10px;
}
.cid-sowqfJxIXm .mbr-iconfont:hover {
  color: #cccccc;
}
.cid-sowqfJxIXm .card:hover h3 {
  background-size: 100% 100%;
}
.cid-sowqfJxIXm .card:hover .icons {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sowqfJxIXm .icons {
    opacity: 1;
  }
}
.cid-sowqfJxIXm .name,
.cid-sowqfJxIXm .title-align {
  text-align: center;
  color: #b69b74;
}
.cid-sowqfJxIXm .card-title {
  text-align: center;
}
.cid-sowqfJxIXm .maintitle {
  text-align: center;
}
.cid-sowsVABZqE {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-sowsVABZqE .mbr-iconfont {
  color: #767676;
  font-size: 0.2rem;
}
.cid-sowsVABZqE .title,
.cid-sowsVABZqE .mbr-section-title {
  margin-bottom: 0.5rem!important;
}
.cid-sowsVABZqE .card-wrapper {
  overflow: hidden;
  height: 100%;
  background: #ffffff;
  color: #232323;
  box-shadow: 0 1px 8px 0 rgba(0, 0, 0, 0.08);
  padding: 0rem;
}
.cid-sowsVABZqE .ico-wrap {
  background: #efefef;
  padding: 1rem;
}
.cid-sowsVABZqE .phone {
  margin-bottom: 0;
  color: #767676;
  text-align: left;
}
.cid-sowsVABZqE .text-box {
  padding: 0rem;
}
.cid-sowsVABZqE .ico-box {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  padding: 3px;
}
.cid-sowsVABZqE .card-title {
  color: #b69b74;
  margin: 0;
  padding-bottom: 0.2rem;
}
.cid-sowsVABZqE .card-img {
  overflow: hidden;
}
.cid-sowsVABZqE .card-img:hover img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
.cid-sowsVABZqE .card-box {
  padding: 0rem;
}
.cid-sowsVABZqE img {
  transition: all 0.3s;
}
.cid-sowsVABZqE .mbr-section-title {
  margin: 0 auto;
  margin-bottom: 2rem;
  color: #767676;
}
.cid-sowsVABZqE .status {
  color: #767676;
  text-align: left;
}
@media (min-width: 576px) {
  .cid-sowsVABZqE .card-wrapper {
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-sowsVABZqE .card-img {
    width: 30%;
  }
  .cid-sowsVABZqE .card-box {
    width: 70%;
    margin-left: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-sowsVABZqE .card-img {
    width: 50%;
  }
  .cid-sowsVABZqE .card-box {
    width: 50%;
    margin-left: 0rem;
  }
  .cid-sowsVABZqE .text-box {
    padding: 1rem;
  }
}
@media (max-width: 576px) {
  .cid-sowsVABZqE .card-img {
    width: 100%;
  }
  .cid-sowsVABZqE .card-box {
    width: 100%;
  }
}
.cid-sowsVABZqE .card-box > p,
.cid-sowsVABZqE .mbr-section-btn {
  color: #767676;
}
.cid-soww8XubXN {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #eee8df;
}
.cid-soww8XubXN .mbr-text,
.cid-soww8XubXN .ornament {
  color: #4f4943;
}
.cid-sowhsvupSH {
  background-image: url("../../../assets/images/sunset-lover-1400x936.jpg");
}
.cid-sowhDvZ9yH {
  padding-top: 30px;
  padding-bottom: 15px;
  background: linear-gradient(0deg, #eee8df, #ffffff);
}
.cid-sowhDvZ9yH a {
  text-align: center;
}
.cid-sowhDvZ9yH p {
  color: #0a0a0a;
  text-align: center;
}
.cid-sowhDvZ9yH span {
  font-size: 2rem;
}
.cid-sowhDvZ9yH .mbr-iconfont-social {
  font-size: 20px;
  width: 44px;
  padding-top: 6px;
  display: inline-block;
  line-height: 38px;
  border-radius: 50%;
}
.cid-sowhDvZ9yH .socicon-twitter {
  color: #4da7de;
}
.cid-sowhDvZ9yH .socicon-facebook {
  color: #3e5b98;
}
.cid-sowhDvZ9yH .socicon-googleplus {
  color: #dd4b39;
}
.cid-sowhDvZ9yH .socicon-instagram {
  color: #3f729b;
}
.cid-sowhDvZ9yH .social-list a:focus {
  text-decoration: none;
}
.cid-sowhDvZ9yH .text-copyright {
  width: 100%;
}
.cid-sowhDvZ9yH .img-logo-footer {
  margin-right: 1rem;
  max-width: 5rem;
}
.cid-sowhDvZ9yH .text-logo-footer {
  display: inline-block;
  vertical-align: middle;
}
.cid-sowhDvZ9yH .logo-footer {
  line-height: normal;
}
.cid-sowhDvZ9yH .copyright {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sowhDvZ9yH .social-btns {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sowhDvZ9yH .media-container-row {
  -webkit-align-items: center;
  align-items: center;
}
.cid-sowhDvZ9yH .media-container-row a {
  margin: 0 1rem;
}
.cid-t28g2LMlUH {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #343434;
}
.cid-t28g2LMlUH .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-t28g2LMlUH .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
@media (max-width: 767px) {
  .cid-t28g2LMlUH .row {
    text-align: center;
  }
  .cid-t28g2LMlUH .social-row {
    justify-content: center;
  }
}
.cid-t28g2LMlUH .list {
  list-style: none;
  padding-left: 0;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-t28g2LMlUH .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-t28g2LMlUH .list {
    margin-bottom: 0rem;
  }
}
.cid-t28g2LMlUH .mbr-text {
  color: #bbbbbb;
}
.cid-t28g2LMlUH .mbr-iconfont {
  color: black;
}
.cid-t28g2LMlUH .copyright {
  color: #cccccc;
}
.cid-t28g2LMlUH .mbr-section-subtitle {
  color: #cfa66c;
}
.cid-uFMEt1RPJU .navbar {
  padding: .5rem 0;
  background: #232323;
  transition: none;
  min-height: 100px;
}
.cid-uFMEt1RPJU .navbar-dropdown.bg-color.transparent.opened {
  background: #232323;
}
.cid-uFMEt1RPJU a {
  font-style: normal;
}
.cid-uFMEt1RPJU a .link:hover {
  color: inherit!important;
}
.cid-uFMEt1RPJU .dropdown-item:active {
  background: #232323;
}
.cid-uFMEt1RPJU .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-uFMEt1RPJU .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.1rem 0 !important;
  margin: 0.5rem 1.4rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-uFMEt1RPJU .nav-item:focus,
.cid-uFMEt1RPJU .nav-link:focus {
  outline: none;
}
.cid-uFMEt1RPJU .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-uFMEt1RPJU .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-uFMEt1RPJU .menu-logo {
  margin-right: auto;
}
.cid-uFMEt1RPJU .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uFMEt1RPJU .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-uFMEt1RPJU .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-uFMEt1RPJU .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uFMEt1RPJU .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-uFMEt1RPJU .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uFMEt1RPJU .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-uFMEt1RPJU .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-uFMEt1RPJU .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-uFMEt1RPJU .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-uFMEt1RPJU .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uFMEt1RPJU .dropdown .dropdown-menu {
  background: #232323;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-uFMEt1RPJU .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-uFMEt1RPJU .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uFMEt1RPJU .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uFMEt1RPJU .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uFMEt1RPJU .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-uFMEt1RPJU .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-uFMEt1RPJU .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-uFMEt1RPJU .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-uFMEt1RPJU .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uFMEt1RPJU .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-uFMEt1RPJU .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uFMEt1RPJU button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.8rem;
  right: 1rem;
}
.cid-uFMEt1RPJU button.navbar-toggler:focus {
  outline: none;
}
.cid-uFMEt1RPJU button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #cfa66c;
}
.cid-uFMEt1RPJU button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uFMEt1RPJU button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uFMEt1RPJU button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uFMEt1RPJU button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uFMEt1RPJU nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uFMEt1RPJU nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uFMEt1RPJU nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uFMEt1RPJU nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uFMEt1RPJU .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uFMEt1RPJU .collapsed .btn {
  display: -webkit-flex;
}
.cid-uFMEt1RPJU .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uFMEt1RPJU .collapsed .navbar-collapse.collapsing,
.cid-uFMEt1RPJU .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uFMEt1RPJU .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uFMEt1RPJU .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uFMEt1RPJU .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uFMEt1RPJU .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uFMEt1RPJU .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-uFMEt1RPJU .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-uFMEt1RPJU .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uFMEt1RPJU .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-uFMEt1RPJU .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uFMEt1RPJU .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-uFMEt1RPJU .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-uFMEt1RPJU .collapsed button.navbar-toggler {
  display: block;
}
.cid-uFMEt1RPJU .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-uFMEt1RPJU .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uFMEt1RPJU .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-uFMEt1RPJU .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uFMEt1RPJU .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uFMEt1RPJU .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1023px) {
  .cid-uFMEt1RPJU .navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uFMEt1RPJU img {
    height: 3.8rem !important;
  }
  .cid-uFMEt1RPJU .btn {
    display: -webkit-flex;
  }
  .cid-uFMEt1RPJU button.navbar-toggler {
    display: block;
  }
  .cid-uFMEt1RPJU .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-uFMEt1RPJU .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uFMEt1RPJU .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-uFMEt1RPJU .navbar-collapse.collapsing,
  .cid-uFMEt1RPJU .navbar-collapse.show {
    display: block !important;
  }
  .cid-uFMEt1RPJU .navbar-collapse.collapsing .navbar-nav,
  .cid-uFMEt1RPJU .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uFMEt1RPJU .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uFMEt1RPJU .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uFMEt1RPJU .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-uFMEt1RPJU .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-uFMEt1RPJU .navbar-collapse.collapsing .navbar-buttons,
  .cid-uFMEt1RPJU .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-uFMEt1RPJU .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uFMEt1RPJU .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uFMEt1RPJU .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-uFMEt1RPJU .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uFMEt1RPJU .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uFMEt1RPJU .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-uFMEt1RPJU .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-uFMEt1RPJU .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-uFMEt1RPJU .nav-link,
.cid-uFMEt1RPJU .dropdown-item {
  border-bottom: 2px solid transparent;
  transition: all 0.3s;
}
.cid-uFMEt1RPJU .nav-link:hover,
.cid-uFMEt1RPJU .dropdown-item:hover {
  color: #efefef !important;
  border-color: #cfa66c;
}
.cid-siLDXCyp2F {
  overflow-x: hidden !important;
}
.cid-siLDXCyp2F .mbr-section-title {
  color: #4f4943;
}
.cid-siLDXCyp2F .mbr-section-title span {
  color: #cfa66c;
}
.cid-siLDXCyp2F .mbr-text {
  color: #4f4943;
  letter-spacing: 5px;
  font-weight: 100;
}
.cid-siLDXCyp2F .scroll-wrapper {
  top: 0;
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  background-size: cover;
  position: absolute;
  background-repeat: repeat;
  z-index: 0;
  -webkit-animation-duration: 13s !important;
  animation-duration: 13s;
  background-image: url("../../../assets/images/elephants-of-south-luangwa-1-1200x797.jpg");
}
.cid-siLDXCyp2F .scroll-wrapper.second {
  left: calc(100% - 1px);
}
.cid-siLDXCyp2F .mbr-overlay {
  z-index: 1;
}
.cid-siLDXCyp2F .block-content {
  z-index: 2;
}
@keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-webkit-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-moz-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-o-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
.cid-siLDYvF9iz {
  padding-top: 90px;
  padding-bottom: 135px;
  background-color: #f1eeea;
}
.cid-siLDYvF9iz .container-fluid {
  position: relative;
  padding-right: 10.4rem;
  padding-left: 0;
}
.cid-siLDYvF9iz .wrapper {
  position: relative;
}
.cid-siLDYvF9iz .img1 {
  width: 100%;
  padding-right: 6rem;
  object-fit: cover;
  height: 800px;
}
.cid-siLDYvF9iz .mbr-iconfont {
  font-size: 1.8rem;
  color: #232323;
}
.cid-siLDYvF9iz .mbr-iconfont:hover {
  cursor: pointer;
}
.cid-siLDYvF9iz .icon1 {
  position: absolute;
  top: 2rem;
  right: 0rem;
}
.cid-siLDYvF9iz .icon2 {
  position: absolute;
  top: 5rem;
  right: 0rem;
}
.cid-siLDYvF9iz .img2 {
  position: absolute;
  bottom: -4.6rem;
  right: 0;
  width: 400px;
  box-shadow: 2.5px 4.3px 62px 0 rgba(0, 0, 0, 0.22);
}
.cid-siLDYvF9iz .title {
  position: absolute;
  right: 0rem;
  transform: rotate(90deg);
  transform-origin: top right;
  top: 26rem;
  padding: 0;
}
.cid-siLDYvF9iz .title:before {
  content: '';
  position: absolute;
  background: currentColor;
  top: 50%;
  left: -8.6rem;
  width: 100px;
  height: 2px;
}
@media (max-width: 1400px) {
  .cid-siLDYvF9iz .img2 {
    width: 400px;
  }
  .cid-siLDYvF9iz .container-fluid {
    padding-right: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-siLDYvF9iz .img2 {
    width: 400px;
  }
  .cid-siLDYvF9iz .img1 {
    padding-right: 4rem;
  }
}
@media (max-width: 767px) {
  .cid-siLDYvF9iz .img1 {
    height: 600px;
    padding-right: 3rem;
  }
  .cid-siLDYvF9iz .img2 {
    width: 200px;
  }
  .cid-siLDYvF9iz .container-fluid {
    padding-right: 1rem;
  }
}
.cid-siLDYvF9iz H1 {
  color: #4f4943;
}
.cid-siLE0TDWOd {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #f7f4f0;
}
.cid-siLE0TDWOd span {
  color: #c1c1c1;
}
.cid-siLE0TDWOd .flex-block {
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.cid-siLE0TDWOd .flex-block span {
  font-size: 3rem;
  margin-right: 3rem;
}
@media (min-width: 577px) {
  .cid-siLE0TDWOd .flex-block span {
    margin-left: 2rem;
  }
}
.cid-siLE0TDWOd .block-quote {
  color: #4f4943;
  text-align: center;
}
.cid-siLSGFDoHX {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #f1eeea;
}
.cid-siLSGFDoHX img {
  width: 90%;
  object-fit: cover;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-siLSGFDoHX img {
    width: 100%;
  }
  .cid-siLSGFDoHX .pb-5 {
    padding-bottom: 1rem !important;
  }
}
.cid-siLSGFDoHX ol {
  padding: 0;
  margin: 0;
}
.cid-siLSGFDoHX li {
  padding-bottom: 1rem;
  line-height: 1.4;
}
.cid-siLSGFDoHX .counter-container2 ol {
  counter-reset: start 4;
}
.cid-siLSGFDoHX .counter-container2 li {
  display: block;
}
.cid-siLSGFDoHX .counter-container2 li:before {
  content: counter(start) '. ';
  counter-increment: start;
}
.cid-siLSGFDoHX .counter-container1 ol {
  counter-reset: start 0;
}
.cid-siLSGFDoHX .counter-container1 li {
  display: block;
}
.cid-siLSGFDoHX .counter-container1 li:before {
  content: counter(start) '. ';
  counter-increment: start;
}
.cid-siLSGFDoHX li:before {
  color: #cfa66c;
}
.cid-siLSGFDoHX .text {
  color: #4f4943;
}
.cid-siLFth1NpZ {
  padding-top: 30px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/spa-view-1100x730.jpg");
}
.cid-siLFth1NpZ H1 {
  color: #f1eeea;
}
.cid-siLFth1NpZ .mbr-text,
.cid-siLFth1NpZ .mbr-section-btn {
  color: #f1eeea;
  text-align: left;
}
.cid-siLFth1NpZ DIV {
  text-align: left;
}
.cid-siLVaoN6PO {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #f1eeea;
}
.cid-siLVaoN6PO .underline .line {
  width: 2rem;
  height: 1px;
  background: #767676;
  display: inline-block;
}
.cid-siLVaoN6PO .card-img {
  overflow: hidden;
  border-radius: 0 !important;
  -webkit-flex-shrink: 1;
  flex-shrink: 1;
}
.cid-siLVaoN6PO .card-img img {
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-siLVaoN6PO .card-box {
  background: #ffffff;
  padding: 2rem;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-siLVaoN6PO .link {
  letter-spacing: 2px;
}
.cid-siLVaoN6PO .card.first-card,
.cid-siLVaoN6PO .card.third-card {
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
}
@media (max-width: 991px) {
  .cid-siLVaoN6PO .card {
    padding-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-siLVaoN6PO .card {
    padding-bottom: 2rem;
  }
}
.cid-siLVaoN6PO .main-title {
  color: #4f4943;
}
.cid-siLVaoN6PO .card-text,
.cid-siLVaoN6PO .link {
  color: #4f4943;
}
.cid-siLVaoN6PO .card-title {
  color: #4f4943;
}
.cid-siLX7zv5hE {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-siLX7zv5hE .mbr-text {
  color: #4f4943;
}
.cid-siLX7zv5hE .counter-container ul {
  margin-bottom: 0;
  padding-left: .6rem;
}
.cid-siLX7zv5hE .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
  position: relative;
}
.cid-siLX7zv5hE .counter-container ul li:before {
  position: absolute;
  left: -1.5rem;
  content: '';
  display: inline-block;
  text-align: center;
  margin: 5px 10px;
  line-height: 20px;
  transition: all .2s;
  color: #ffffff;
  background: #4f4943;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border-radius: 0;
}
.cid-ssnHpgZrg2 {
  background-image: url("../../../assets/images/spa-views-800x531.jpg");
}
.cid-siM16rKJYX {
  padding-top: 60px;
  padding-bottom: 15px;
  background-color: #f7f4f0;
}
.cid-siM16rKJYX .row {
  padding: 0 1rem;
  justify-content: center;
}
.cid-siM16rKJYX .card {
  margin-bottom: 2.5rem;
  padding: 0;
}
.cid-siM16rKJYX .card .card-block {
  -webkit-flex-grow: 0;
  flex-grow: 0;
}
.cid-siM16rKJYX .card .card-block .photo {
  display: inline-block;
  margin-bottom: 1.4rem;
  overflow: hidden;
}
.cid-siM16rKJYX .card .card-block .photo img {
  width: 100%;
  min-width: 100%;
  height: 320px;
  object-fit: cover;
  min-height: 100%;
  transition: all 0.3s;
}
.cid-siM16rKJYX .title {
  max-width: 800px;
  margin: auto;
}
.cid-siM16rKJYX .text-wrap {
  padding: 0 1rem;
}
.cid-siM16rKJYX .link {
  position: relative;
  width: fit-content;
  display: inline-block;
  padding-right: 2rem;
  cursor: pointer;
}
.cid-siM16rKJYX .link:before {
  content: '\e966';
  font-family: MobiriseIcons !important;
  position: absolute;
  right: 0rem;
  transition: all 0.3s;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1rem;
  color: currentColor;
}
.cid-siM16rKJYX .link:hover:before {
  margin-right: -0.4rem;
}
.cid-siM16rKJYX .card-block:hover img {
  transform: scale(1.1);
}
.cid-siM16rKJYX H4 {
  color: #b69b74;
}
@media (max-width: 992px) {
  .cid-siM16rKJYX .md-pb {
    margin-bottom: 2rem !important;
  }
}
.cid-siM16rKJYX .mbr-section-title {
  color: #4f4943;
}
.cid-siLR6e7YTQ {
  padding-top: 60px;
  padding-bottom: 105px;
  background-color: #ffffff;
}
.cid-siLR6e7YTQ .carousel {
  z-index: 0;
}
.cid-siLR6e7YTQ .carousel-item {
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-siLR6e7YTQ .carousel-item.active,
.cid-siLR6e7YTQ .carousel-item-next,
.cid-siLR6e7YTQ .carousel-item-prev {
  display: flex;
}
.cid-siLR6e7YTQ .mbr-iconfont {
  font-family: Moririse2!important;
}
.cid-siLR6e7YTQ .line-wrap {
  display: inline-block;
  height: 30px;
  text-align: left;
}
.cid-siLR6e7YTQ .line {
  width: 100px;
  height: 1px;
  background: #b69b74;
}
.cid-siLR6e7YTQ .line1 {
  margin-left: -2rem;
}
.cid-siLR6e7YTQ .line2 {
  margin-right: -2rem;
  margin-top: 0.2rem;
}
.cid-siLR6e7YTQ .carousel-controls a {
  font-size: 2rem;
}
.cid-siLR6e7YTQ .carousel-controls a span {
  position: absolute;
  transition: opacity 0.3s;
  top: 70px;
  padding: 10px;
  border-radius: 50%;
  color: #232323;
  background: transparent;
  opacity: 0.5;
}
.cid-siLR6e7YTQ .carousel-controls a:hover span {
  opacity: 1;
  cursor: pointer;
}
.cid-siLR6e7YTQ ol {
  margin-bottom: 0;
  bottom: -4rem;
}
.cid-siLR6e7YTQ .carousel-indicators li {
  width: 7px;
  height: 7px;
  border: none;
  background: #232323;
  margin-right: 7px;
  margin-left: 7px;
  border-radius: 50%;
  opacity: 0.2;
}
.cid-siLR6e7YTQ .carousel-indicators .active {
  opacity: 1;
}
.cid-siLR6e7YTQ .user_text,
.cid-siLR6e7YTQ .user_desk {
  color: #767676;
}
.cid-siLRbeB48b {
  background-image: url("../../../assets/images/luangwa-bridge-1200x836.jpg");
}
.cid-siLE3PFphw {
  padding-top: 30px;
  padding-bottom: 15px;
  background: linear-gradient(0deg, #eee8df, #ffffff);
}
.cid-siLE3PFphw a {
  text-align: center;
}
.cid-siLE3PFphw p {
  color: #0a0a0a;
  text-align: center;
}
.cid-siLE3PFphw span {
  font-size: 2rem;
}
.cid-siLE3PFphw .mbr-iconfont-social {
  font-size: 20px;
  width: 44px;
  padding-top: 6px;
  display: inline-block;
  line-height: 38px;
  border-radius: 50%;
}
.cid-siLE3PFphw .socicon-twitter {
  color: #4da7de;
}
.cid-siLE3PFphw .socicon-facebook {
  color: #3e5b98;
}
.cid-siLE3PFphw .socicon-googleplus {
  color: #dd4b39;
}
.cid-siLE3PFphw .socicon-instagram {
  color: #3f729b;
}
.cid-siLE3PFphw .social-list a:focus {
  text-decoration: none;
}
.cid-siLE3PFphw .text-copyright {
  width: 100%;
}
.cid-siLE3PFphw .img-logo-footer {
  margin-right: 1rem;
  max-width: 5rem;
}
.cid-siLE3PFphw .text-logo-footer {
  display: inline-block;
  vertical-align: middle;
}
.cid-siLE3PFphw .logo-footer {
  line-height: normal;
}
.cid-siLE3PFphw .copyright {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-siLE3PFphw .social-btns {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-siLE3PFphw .media-container-row {
  -webkit-align-items: center;
  align-items: center;
}
.cid-siLE3PFphw .media-container-row a {
  margin: 0 1rem;
}
.cid-t28g2LMlUH {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #343434;
}
.cid-t28g2LMlUH .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-t28g2LMlUH .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
@media (max-width: 767px) {
  .cid-t28g2LMlUH .row {
    text-align: center;
  }
  .cid-t28g2LMlUH .social-row {
    justify-content: center;
  }
}
.cid-t28g2LMlUH .list {
  list-style: none;
  padding-left: 0;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-t28g2LMlUH .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-t28g2LMlUH .list {
    margin-bottom: 0rem;
  }
}
.cid-t28g2LMlUH .mbr-text {
  color: #bbbbbb;
}
.cid-t28g2LMlUH .mbr-iconfont {
  color: black;
}
.cid-t28g2LMlUH .copyright {
  color: #cccccc;
}
.cid-t28g2LMlUH .mbr-section-subtitle {
  color: #cfa66c;
}
.cid-uFMEt1RPJU .navbar {
  padding: .5rem 0;
  background: #232323;
  transition: none;
  min-height: 100px;
}
.cid-uFMEt1RPJU .navbar-dropdown.bg-color.transparent.opened {
  background: #232323;
}
.cid-uFMEt1RPJU a {
  font-style: normal;
}
.cid-uFMEt1RPJU a .link:hover {
  color: inherit!important;
}
.cid-uFMEt1RPJU .dropdown-item:active {
  background: #232323;
}
.cid-uFMEt1RPJU .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-uFMEt1RPJU .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.1rem 0 !important;
  margin: 0.5rem 1.4rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-uFMEt1RPJU .nav-item:focus,
.cid-uFMEt1RPJU .nav-link:focus {
  outline: none;
}
.cid-uFMEt1RPJU .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-uFMEt1RPJU .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-uFMEt1RPJU .menu-logo {
  margin-right: auto;
}
.cid-uFMEt1RPJU .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uFMEt1RPJU .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-uFMEt1RPJU .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-uFMEt1RPJU .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uFMEt1RPJU .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-uFMEt1RPJU .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uFMEt1RPJU .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-uFMEt1RPJU .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-uFMEt1RPJU .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-uFMEt1RPJU .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-uFMEt1RPJU .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uFMEt1RPJU .dropdown .dropdown-menu {
  background: #232323;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-uFMEt1RPJU .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-uFMEt1RPJU .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uFMEt1RPJU .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uFMEt1RPJU .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uFMEt1RPJU .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-uFMEt1RPJU .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-uFMEt1RPJU .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-uFMEt1RPJU .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-uFMEt1RPJU .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uFMEt1RPJU .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-uFMEt1RPJU .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uFMEt1RPJU button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.8rem;
  right: 1rem;
}
.cid-uFMEt1RPJU button.navbar-toggler:focus {
  outline: none;
}
.cid-uFMEt1RPJU button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #cfa66c;
}
.cid-uFMEt1RPJU button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uFMEt1RPJU button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uFMEt1RPJU button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uFMEt1RPJU button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uFMEt1RPJU nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uFMEt1RPJU nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uFMEt1RPJU nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uFMEt1RPJU nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uFMEt1RPJU .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uFMEt1RPJU .collapsed .btn {
  display: -webkit-flex;
}
.cid-uFMEt1RPJU .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uFMEt1RPJU .collapsed .navbar-collapse.collapsing,
.cid-uFMEt1RPJU .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uFMEt1RPJU .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uFMEt1RPJU .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uFMEt1RPJU .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uFMEt1RPJU .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uFMEt1RPJU .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-uFMEt1RPJU .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-uFMEt1RPJU .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uFMEt1RPJU .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-uFMEt1RPJU .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uFMEt1RPJU .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-uFMEt1RPJU .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-uFMEt1RPJU .collapsed button.navbar-toggler {
  display: block;
}
.cid-uFMEt1RPJU .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-uFMEt1RPJU .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uFMEt1RPJU .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-uFMEt1RPJU .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uFMEt1RPJU .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uFMEt1RPJU .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1023px) {
  .cid-uFMEt1RPJU .navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uFMEt1RPJU img {
    height: 3.8rem !important;
  }
  .cid-uFMEt1RPJU .btn {
    display: -webkit-flex;
  }
  .cid-uFMEt1RPJU button.navbar-toggler {
    display: block;
  }
  .cid-uFMEt1RPJU .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-uFMEt1RPJU .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uFMEt1RPJU .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-uFMEt1RPJU .navbar-collapse.collapsing,
  .cid-uFMEt1RPJU .navbar-collapse.show {
    display: block !important;
  }
  .cid-uFMEt1RPJU .navbar-collapse.collapsing .navbar-nav,
  .cid-uFMEt1RPJU .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uFMEt1RPJU .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uFMEt1RPJU .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uFMEt1RPJU .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-uFMEt1RPJU .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-uFMEt1RPJU .navbar-collapse.collapsing .navbar-buttons,
  .cid-uFMEt1RPJU .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-uFMEt1RPJU .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uFMEt1RPJU .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uFMEt1RPJU .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-uFMEt1RPJU .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uFMEt1RPJU .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uFMEt1RPJU .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-uFMEt1RPJU .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-uFMEt1RPJU .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-uFMEt1RPJU .nav-link,
.cid-uFMEt1RPJU .dropdown-item {
  border-bottom: 2px solid transparent;
  transition: all 0.3s;
}
.cid-uFMEt1RPJU .nav-link:hover,
.cid-uFMEt1RPJU .dropdown-item:hover {
  color: #efefef !important;
  border-color: #cfa66c;
}
.cid-siQqXturdM {
  overflow-x: hidden !important;
}
.cid-siQqXturdM .mbr-section-title {
  color: #4f4943;
}
.cid-siQqXturdM .mbr-section-title span {
  color: #cfa66c;
}
.cid-siQqXturdM .mbr-text {
  color: #4f4943;
  letter-spacing: 5px;
  font-weight: 100;
}
.cid-siQqXturdM .scroll-wrapper {
  top: 0;
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  background-size: cover;
  position: absolute;
  background-repeat: repeat;
  z-index: 0;
  -webkit-animation-duration: 13s !important;
  animation-duration: 13s;
  background-image: url("../../../assets/images/elephants-of-south-luangwa-1-1200x797.jpg");
}
.cid-siQqXturdM .scroll-wrapper.second {
  left: calc(100% - 1px);
}
.cid-siQqXturdM .mbr-overlay {
  z-index: 1;
}
.cid-siQqXturdM .block-content {
  z-index: 2;
}
@keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-webkit-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-moz-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-o-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
.cid-siQqYi8XOM {
  padding-top: 90px;
  padding-bottom: 135px;
  background-color: #f1eeea;
}
.cid-siQqYi8XOM .container-fluid {
  position: relative;
  padding-right: 10.4rem;
  padding-left: 0;
}
.cid-siQqYi8XOM .wrapper {
  position: relative;
}
.cid-siQqYi8XOM .img1 {
  width: 100%;
  padding-right: 6rem;
  object-fit: cover;
  height: 800px;
}
.cid-siQqYi8XOM .mbr-iconfont {
  font-size: 1.8rem;
  color: #232323;
}
.cid-siQqYi8XOM .mbr-iconfont:hover {
  cursor: pointer;
}
.cid-siQqYi8XOM .icon1 {
  position: absolute;
  top: 2rem;
  right: 0rem;
}
.cid-siQqYi8XOM .icon2 {
  position: absolute;
  top: 5rem;
  right: 0rem;
}
.cid-siQqYi8XOM .img2 {
  position: absolute;
  bottom: -4.6rem;
  right: 0;
  width: 400px;
  box-shadow: 2.5px 4.3px 62px 0 rgba(0, 0, 0, 0.22);
}
.cid-siQqYi8XOM .title {
  position: absolute;
  right: 0rem;
  transform: rotate(90deg);
  transform-origin: top right;
  top: 26rem;
  padding: 0;
}
.cid-siQqYi8XOM .title:before {
  content: '';
  position: absolute;
  background: currentColor;
  top: 50%;
  left: -8.6rem;
  width: 100px;
  height: 2px;
}
@media (max-width: 1400px) {
  .cid-siQqYi8XOM .img2 {
    width: 400px;
  }
  .cid-siQqYi8XOM .container-fluid {
    padding-right: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-siQqYi8XOM .img2 {
    width: 400px;
  }
  .cid-siQqYi8XOM .img1 {
    padding-right: 4rem;
  }
}
@media (max-width: 767px) {
  .cid-siQqYi8XOM .img1 {
    height: 600px;
    padding-right: 3rem;
  }
  .cid-siQqYi8XOM .img2 {
    width: 200px;
  }
  .cid-siQqYi8XOM .container-fluid {
    padding-right: 1rem;
  }
}
.cid-siQqYi8XOM H1 {
  color: #4f4943;
}
.cid-uHMjnNjXav {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #f1eeea;
}
.cid-uHMjnNjXav .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHMjnNjXav .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHMjnNjXav .content-wrapper {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uHMjnNjXav .content-wrapper {
    padding: 0;
  }
}
.cid-uHMjnNjXav .content-wrapper .rating-wrapper {
  margin-bottom: 24px;
}
.cid-uHMjnNjXav .content-wrapper .rating-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline-flex;
  justify-content: center;
}
.cid-uHMjnNjXav .content-wrapper .rating-wrapper .list .item-wrap {
  padding: 12px;
  -webkit-text-stroke-width: .15rem;
  -webkit-text-stroke-color: #050f0f;
  margin-bottom: 0;
}
.cid-uHMjnNjXav .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 75%;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uHMjnNjXav .content-wrapper .text-wrapper .mbr-text {
    margin-bottom: 24px;
    width: 100%;
  }
}
.cid-uHMjnNjXav .content-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-uHMjnNjXav .list {
  color: #ffe66d;
  text-align: center;
}
.cid-uHMjnNjXav .mbr-text,
.cid-uHMjnNjXav .text-wrapper {
  color: #050f0f;
}
.cid-uHMjnNjXav .mbr-desc {
  color: #050f0f;
  text-align: center;
}
.cid-uHMjnNjXav .mbr-text,
.cid-uHMjnNjXav .text-wrapper,
.cid-uHMjnNjXav .rating-wrapper {
  text-align: center;
}
.cid-siQscTvAbx {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #eee8df;
}
.cid-siQscTvAbx .row {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
.cid-siQscTvAbx img {
  width: 90%;
}
.cid-siQscTvAbx .mbr-text,
.cid-siQscTvAbx .mbr-section-btn {
  color: #4f4943;
}
@media (max-width: 992px) {
  .cid-siQscTvAbx img {
    width: 100%;
  }
  .cid-siQscTvAbx .pb-5 {
    padding-bottom: 1rem !important;
  }
}
.cid-siQscTvAbx H3 {
  color: #4f4943;
}
.cid-siQscTvAbx H1 {
  color: #4f4943;
  text-align: right;
}
.cid-uJbVA0JFFx {
  padding-top: 135px;
  padding-bottom: 135px;
  background-image: url("../../../assets/images/bypaulslater-10-2049x1537.jpg-2000x1500.jpg");
}
.cid-uJbVA0JFFx .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJbVA0JFFx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJbVA0JFFx .mbr-text,
.cid-uJbVA0JFFx .mbr-section-btn {
  text-align: right;
}
.cid-uHMifaYu21 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #f1eeea;
}
.cid-uHMifaYu21 img {
  width: 90%;
}
@media (max-width: 992px) {
  .cid-uHMifaYu21 img {
    width: 100%;
  }
  .cid-uHMifaYu21 .pb-5 {
    padding-bottom: 1rem!important;
  }
}
.cid-uHMifaYu21 ul {
  padding-left: 2rem;
  margin-bottom: 0;
}
.cid-uHMifaYu21 ul li {
  margin-bottom: 0.4rem;
  list-style: none;
  position: relative;
}
.cid-uHMifaYu21 ul li:before {
  position: absolute;
  left: -2.6rem;
  content: '';
  display: inline-block;
  text-align: center;
  margin: 10px 14px;
  line-height: 20px;
  transition: all .2s;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #b69b74;
}
.cid-uHMifaYu21 H1 {
  text-align: left;
}
.cid-siQukVkvkU {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #f7f4f0;
}
.cid-siQukVkvkU span {
  color: #c1c1c1;
}
.cid-siQukVkvkU .flex-block {
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.cid-siQukVkvkU .flex-block span {
  font-size: 3rem;
  margin-right: 3rem;
}
@media (min-width: 577px) {
  .cid-siQukVkvkU .flex-block span {
    margin-left: 2rem;
  }
}
.cid-siQukVkvkU .block-quote {
  color: #4f4943;
  text-align: left;
}
.cid-siQr71qkkh {
  background-image: url("../../../assets/images/landscape-sun-1100x731.jpg");
}
.cid-siQr22Yx0z {
  padding-top: 30px;
  padding-bottom: 15px;
  background: linear-gradient(0deg, #eee8df, #ffffff);
}
.cid-siQr22Yx0z a {
  text-align: center;
}
.cid-siQr22Yx0z p {
  color: #0a0a0a;
  text-align: center;
}
.cid-siQr22Yx0z span {
  font-size: 2rem;
}
.cid-siQr22Yx0z .mbr-iconfont-social {
  font-size: 20px;
  width: 44px;
  padding-top: 6px;
  display: inline-block;
  line-height: 38px;
  border-radius: 50%;
}
.cid-siQr22Yx0z .socicon-twitter {
  color: #4da7de;
}
.cid-siQr22Yx0z .socicon-facebook {
  color: #3e5b98;
}
.cid-siQr22Yx0z .socicon-googleplus {
  color: #dd4b39;
}
.cid-siQr22Yx0z .socicon-instagram {
  color: #3f729b;
}
.cid-siQr22Yx0z .social-list a:focus {
  text-decoration: none;
}
.cid-siQr22Yx0z .text-copyright {
  width: 100%;
}
.cid-siQr22Yx0z .img-logo-footer {
  margin-right: 1rem;
  max-width: 5rem;
}
.cid-siQr22Yx0z .text-logo-footer {
  display: inline-block;
  vertical-align: middle;
}
.cid-siQr22Yx0z .logo-footer {
  line-height: normal;
}
.cid-siQr22Yx0z .copyright {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-siQr22Yx0z .social-btns {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-siQr22Yx0z .media-container-row {
  -webkit-align-items: center;
  align-items: center;
}
.cid-siQr22Yx0z .media-container-row a {
  margin: 0 1rem;
}
.cid-t28g2LMlUH {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #343434;
}
.cid-t28g2LMlUH .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-t28g2LMlUH .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
@media (max-width: 767px) {
  .cid-t28g2LMlUH .row {
    text-align: center;
  }
  .cid-t28g2LMlUH .social-row {
    justify-content: center;
  }
}
.cid-t28g2LMlUH .list {
  list-style: none;
  padding-left: 0;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-t28g2LMlUH .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-t28g2LMlUH .list {
    margin-bottom: 0rem;
  }
}
.cid-t28g2LMlUH .mbr-text {
  color: #bbbbbb;
}
.cid-t28g2LMlUH .mbr-iconfont {
  color: black;
}
.cid-t28g2LMlUH .copyright {
  color: #cccccc;
}
.cid-t28g2LMlUH .mbr-section-subtitle {
  color: #cfa66c;
}
.cid-uIOiJvFyC6 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #343434;
}
.cid-uIOiJvFyC6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIOiJvFyC6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIOiJvFyC6 .content-wrapper {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uIOiJvFyC6 .content-wrapper {
    padding: 0;
  }
}
.cid-uIOiJvFyC6 .content-wrapper .rating-wrapper {
  margin-bottom: 24px;
}
.cid-uIOiJvFyC6 .content-wrapper .rating-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline-flex;
  justify-content: center;
}
.cid-uIOiJvFyC6 .content-wrapper .rating-wrapper .list .item-wrap {
  padding: 12px;
  -webkit-text-stroke-width: .15rem;
  -webkit-text-stroke-color: #050f0f;
  margin-bottom: 0;
}
.cid-uIOiJvFyC6 .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 75%;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uIOiJvFyC6 .content-wrapper .text-wrapper .mbr-text {
    margin-bottom: 24px;
    width: 100%;
  }
}
.cid-uIOiJvFyC6 .content-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-uIOiJvFyC6 .list {
  color: #ffe66d;
  text-align: center;
}
.cid-uIOiJvFyC6 .mbr-text,
.cid-uIOiJvFyC6 .text-wrapper {
  color: #050f0f;
}
.cid-uIOiJvFyC6 .mbr-desc {
  color: #c1c1c1;
  text-align: center;
}
.cid-uIOiJvFyC6 .mbr-text,
.cid-uIOiJvFyC6 .text-wrapper,
.cid-uIOiJvFyC6 .rating-wrapper {
  text-align: center;
}
.cid-uINXNDXLAR.popup-builder {
  background-color: #ffffff;
}
.cid-uINXNDXLAR.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uINXNDXLAR.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uINXNDXLAR .modal-content,
.cid-uINXNDXLAR .modal-dialog {
  height: auto;
}
.cid-uINXNDXLAR .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uINXNDXLAR .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uINXNDXLAR .form-wrapper .mbr-form .form-group,
  .cid-uINXNDXLAR .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uINXNDXLAR .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uINXNDXLAR .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uINXNDXLAR .mbr-text {
  text-align: center;
}
.cid-uINXNDXLAR .pt-0 {
  padding-top: 0 !important;
}
.cid-uINXNDXLAR .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uINXNDXLAR .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uINXNDXLAR .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uINXNDXLAR .modal-open {
  overflow: hidden;
}
.cid-uINXNDXLAR .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uINXNDXLAR .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uINXNDXLAR .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uINXNDXLAR .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-uINXNDXLAR .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uINXNDXLAR .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uINXNDXLAR .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uINXNDXLAR .modal-content {
  background: #cccccc;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-uINXNDXLAR .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uINXNDXLAR .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uINXNDXLAR .modal-backdrop.fade {
  opacity: 0;
}
.cid-uINXNDXLAR .modal-backdrop.show {
  opacity: .5;
}
.cid-uINXNDXLAR .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-uINXNDXLAR .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uINXNDXLAR .modal-header {
    padding: 1rem;
  }
}
.cid-uINXNDXLAR .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uINXNDXLAR .modal-header .close svg {
  fill: #353535;
}
.cid-uINXNDXLAR .modal-header .close:hover {
  opacity: 1;
}
.cid-uINXNDXLAR .modal-header .close:focus {
  outline: none;
}
.cid-uINXNDXLAR .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uINXNDXLAR .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uINXNDXLAR .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uINXNDXLAR .modal-body {
    padding: 1rem;
  }
}
.cid-uINXNDXLAR .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uINXNDXLAR .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uINXNDXLAR .modal-footer {
    padding: 1rem;
  }
}
.cid-uINXNDXLAR .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uINXNDXLAR .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uINXNDXLAR .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uINXNDXLAR .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uINXNDXLAR .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uINXNDXLAR .modal-lg,
  .cid-uINXNDXLAR .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uINXNDXLAR .modal-xl {
    max-width: 1140px;
  }
}
.cid-uINXNDXLAR .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uINXNDXLAR .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-uINXNDXLAR .form-group {
  margin-bottom: 1rem;
}
.cid-uINXNDXLAR .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uINXNDXLAR .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uINXNDXLAR .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-uINXNDXLAR .mbr-section-btn {
  margin: 0;
}
.cid-uINXNDXLAR .mbr-section-btn .btn {
  margin: 0;
}
.cid-uFMEt1RPJU .navbar {
  padding: .5rem 0;
  background: #232323;
  transition: none;
  min-height: 100px;
}
.cid-uFMEt1RPJU .navbar-dropdown.bg-color.transparent.opened {
  background: #232323;
}
.cid-uFMEt1RPJU a {
  font-style: normal;
}
.cid-uFMEt1RPJU a .link:hover {
  color: inherit!important;
}
.cid-uFMEt1RPJU .dropdown-item:active {
  background: #232323;
}
.cid-uFMEt1RPJU .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-uFMEt1RPJU .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.1rem 0 !important;
  margin: 0.5rem 1.4rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-uFMEt1RPJU .nav-item:focus,
.cid-uFMEt1RPJU .nav-link:focus {
  outline: none;
}
.cid-uFMEt1RPJU .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-uFMEt1RPJU .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-uFMEt1RPJU .menu-logo {
  margin-right: auto;
}
.cid-uFMEt1RPJU .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uFMEt1RPJU .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-uFMEt1RPJU .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-uFMEt1RPJU .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uFMEt1RPJU .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-uFMEt1RPJU .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uFMEt1RPJU .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-uFMEt1RPJU .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-uFMEt1RPJU .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-uFMEt1RPJU .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-uFMEt1RPJU .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uFMEt1RPJU .dropdown .dropdown-menu {
  background: #232323;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-uFMEt1RPJU .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-uFMEt1RPJU .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uFMEt1RPJU .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uFMEt1RPJU .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uFMEt1RPJU .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-uFMEt1RPJU .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-uFMEt1RPJU .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-uFMEt1RPJU .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-uFMEt1RPJU .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uFMEt1RPJU .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-uFMEt1RPJU .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uFMEt1RPJU button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.8rem;
  right: 1rem;
}
.cid-uFMEt1RPJU button.navbar-toggler:focus {
  outline: none;
}
.cid-uFMEt1RPJU button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #cfa66c;
}
.cid-uFMEt1RPJU button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uFMEt1RPJU button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uFMEt1RPJU button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uFMEt1RPJU button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uFMEt1RPJU nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uFMEt1RPJU nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uFMEt1RPJU nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uFMEt1RPJU nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uFMEt1RPJU .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uFMEt1RPJU .collapsed .btn {
  display: -webkit-flex;
}
.cid-uFMEt1RPJU .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uFMEt1RPJU .collapsed .navbar-collapse.collapsing,
.cid-uFMEt1RPJU .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uFMEt1RPJU .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uFMEt1RPJU .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uFMEt1RPJU .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uFMEt1RPJU .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uFMEt1RPJU .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-uFMEt1RPJU .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-uFMEt1RPJU .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uFMEt1RPJU .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-uFMEt1RPJU .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uFMEt1RPJU .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-uFMEt1RPJU .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-uFMEt1RPJU .collapsed button.navbar-toggler {
  display: block;
}
.cid-uFMEt1RPJU .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-uFMEt1RPJU .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uFMEt1RPJU .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-uFMEt1RPJU .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uFMEt1RPJU .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uFMEt1RPJU .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1023px) {
  .cid-uFMEt1RPJU .navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uFMEt1RPJU img {
    height: 3.8rem !important;
  }
  .cid-uFMEt1RPJU .btn {
    display: -webkit-flex;
  }
  .cid-uFMEt1RPJU button.navbar-toggler {
    display: block;
  }
  .cid-uFMEt1RPJU .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-uFMEt1RPJU .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uFMEt1RPJU .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-uFMEt1RPJU .navbar-collapse.collapsing,
  .cid-uFMEt1RPJU .navbar-collapse.show {
    display: block !important;
  }
  .cid-uFMEt1RPJU .navbar-collapse.collapsing .navbar-nav,
  .cid-uFMEt1RPJU .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uFMEt1RPJU .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uFMEt1RPJU .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uFMEt1RPJU .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-uFMEt1RPJU .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-uFMEt1RPJU .navbar-collapse.collapsing .navbar-buttons,
  .cid-uFMEt1RPJU .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-uFMEt1RPJU .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uFMEt1RPJU .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uFMEt1RPJU .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-uFMEt1RPJU .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uFMEt1RPJU .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uFMEt1RPJU .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-uFMEt1RPJU .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-uFMEt1RPJU .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-uFMEt1RPJU .nav-link,
.cid-uFMEt1RPJU .dropdown-item {
  border-bottom: 2px solid transparent;
  transition: all 0.3s;
}
.cid-uFMEt1RPJU .nav-link:hover,
.cid-uFMEt1RPJU .dropdown-item:hover {
  color: #efefef !important;
  border-color: #cfa66c;
}
.cid-sihAZCvBqH {
  overflow-x: hidden !important;
}
.cid-sihAZCvBqH .mbr-section-title {
  color: #4f4943;
}
.cid-sihAZCvBqH .mbr-section-title span {
  color: #cfa66c;
}
.cid-sihAZCvBqH .mbr-text {
  color: #4f4943;
  letter-spacing: 5px;
  font-weight: 100;
}
.cid-sihAZCvBqH .scroll-wrapper {
  top: 0;
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  background-size: cover;
  position: absolute;
  background-repeat: repeat;
  z-index: 0;
  -webkit-animation-duration: 13s !important;
  animation-duration: 13s;
  background-image: url("../../../assets/images/elephants-of-south-luangwa-1-1200x797.jpg");
}
.cid-sihAZCvBqH .scroll-wrapper.second {
  left: calc(100% - 1px);
}
.cid-sihAZCvBqH .mbr-overlay {
  z-index: 1;
}
.cid-sihAZCvBqH .block-content {
  z-index: 2;
}
@keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-webkit-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-moz-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-o-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
.cid-sihB0lIbjJ {
  padding-top: 90px;
  padding-bottom: 135px;
  background-color: #f1eeea;
}
.cid-sihB0lIbjJ .container-fluid {
  position: relative;
  padding-right: 10.4rem;
  padding-left: 0;
}
.cid-sihB0lIbjJ .wrapper {
  position: relative;
}
.cid-sihB0lIbjJ .img1 {
  width: 100%;
  padding-right: 6rem;
  object-fit: cover;
  height: 800px;
}
.cid-sihB0lIbjJ .mbr-iconfont {
  font-size: 1.8rem;
  color: #232323;
}
.cid-sihB0lIbjJ .mbr-iconfont:hover {
  cursor: pointer;
}
.cid-sihB0lIbjJ .icon1 {
  position: absolute;
  top: 2rem;
  right: 0rem;
}
.cid-sihB0lIbjJ .icon2 {
  position: absolute;
  top: 5rem;
  right: 0rem;
}
.cid-sihB0lIbjJ .img2 {
  position: absolute;
  bottom: -4.6rem;
  right: 0;
  width: 400px;
  box-shadow: 2.5px 4.3px 62px 0 rgba(0, 0, 0, 0.22);
}
.cid-sihB0lIbjJ .title {
  position: absolute;
  right: 0rem;
  transform: rotate(90deg);
  transform-origin: top right;
  top: 26rem;
  padding: 0;
}
.cid-sihB0lIbjJ .title:before {
  content: '';
  position: absolute;
  background: currentColor;
  top: 50%;
  left: -8.6rem;
  width: 100px;
  height: 2px;
}
@media (max-width: 1400px) {
  .cid-sihB0lIbjJ .img2 {
    width: 400px;
  }
  .cid-sihB0lIbjJ .container-fluid {
    padding-right: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-sihB0lIbjJ .img2 {
    width: 400px;
  }
  .cid-sihB0lIbjJ .img1 {
    padding-right: 4rem;
  }
}
@media (max-width: 767px) {
  .cid-sihB0lIbjJ .img1 {
    height: 600px;
    padding-right: 3rem;
  }
  .cid-sihB0lIbjJ .img2 {
    width: 200px;
  }
  .cid-sihB0lIbjJ .container-fluid {
    padding-right: 1rem;
  }
}
.cid-sihB0lIbjJ H1 {
  color: #4f4943;
}
.cid-sihB1NnTKI {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #f7f4f0;
}
.cid-sihB1NnTKI span {
  color: #c1c1c1;
}
.cid-sihB1NnTKI .flex-block {
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.cid-sihB1NnTKI .flex-block span {
  font-size: 3rem;
  margin-right: 3rem;
}
@media (min-width: 577px) {
  .cid-sihB1NnTKI .flex-block span {
    margin-left: 2rem;
  }
}
.cid-sihB1NnTKI .block-quote {
  color: #4f4943;
  text-align: center;
}
.cid-sihBUlnsLz {
  padding-top: 75px;
  padding-bottom: 15px;
  background-color: #eee8df;
}
.cid-sihBUlnsLz .row {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
.cid-sihBUlnsLz img {
  width: 90%;
}
.cid-sihBUlnsLz .mbr-text,
.cid-sihBUlnsLz .mbr-section-btn {
  color: #4f4943;
}
@media (max-width: 992px) {
  .cid-sihBUlnsLz img {
    width: 100%;
  }
  .cid-sihBUlnsLz .pb-5 {
    padding-bottom: 1rem !important;
  }
}
.cid-sihBUlnsLz H3 {
  color: #4f4943;
}
.cid-sihCLOWeh2 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #f1eeea;
}
.cid-sihCLOWeh2 .row {
  padding: 0 1rem;
  justify-content: center;
}
.cid-sihCLOWeh2 .title {
  max-width: 800px;
  margin: auto;
}
.cid-sihCLOWeh2 .text-wrap {
  padding: 0 1rem;
}
.cid-sihCLOWeh2 .link {
  position: relative;
  width: fit-content;
  display: inline-block;
  padding-right: 2rem;
  cursor: pointer;
}
.cid-sihCLOWeh2 .link:before {
  content: '\e966';
  font-family: MobiriseIcons !important;
  position: absolute;
  right: 0rem;
  transition: all 0.3s;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1rem;
  color: currentColor;
}
.cid-sihCLOWeh2 .link:hover:before {
  margin-right: -0.4rem;
}
.cid-sihCLOWeh2 .card-block:hover img {
  transform: scale(1.1);
}
.cid-sihCLOWeh2 .card {
  padding: 0;
}
.cid-sihCLOWeh2 .card .card-block {
  -webkit-flex-grow: 0;
  flex-grow: 0;
}
.cid-sihCLOWeh2 .card .card-block .photo {
  display: inline-block;
  margin-bottom: 1.4rem;
  overflow: hidden;
}
.cid-sihCLOWeh2 .card .card-block .photo img {
  width: 100%;
  min-width: 100%;
  height: 320px;
  object-fit: cover;
  min-height: 100%;
  transition: all 0.3s;
}
.cid-sihCLOWeh2 H4 {
  color: #b69b74;
}
@media (max-width: 992px) {
  .cid-sihCLOWeh2 .md-pb {
    margin-bottom: 2rem !important;
  }
}
.cid-sihCLOWeh2 .mbr-text,
.cid-sihCLOWeh2 .link-wrap {
  color: #4f4943;
}
.cid-sihE9oEtwV {
  padding-top: 120px;
  padding-bottom: 135px;
  background-color: #4f4943;
}
.cid-sihE9oEtwV .text-wrap {
  background-color: #e1dede;
  padding: 3rem 6rem;
}
.cid-sihE9oEtwV .img1 {
  position: absolute;
  left: 0;
  top: 0;
  width: 75%;
  height: 80%;
  object-fit: cover;
}
.cid-sihE9oEtwV .link {
  position: relative;
  width: fit-content;
  display: inline-block;
  padding-right: 2rem;
  cursor: pointer;
}
.cid-sihE9oEtwV .link:before {
  content: "\e966";
  font-family: MobiriseIcons !important;
  position: absolute;
  right: 0rem;
  transition: all 0.3s;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1rem;
  color: currentColor;
}
.cid-sihE9oEtwV .link:hover:before {
  margin-right: -0.4rem;
}
.cid-sihE9oEtwV .mbr-text,
.cid-sihE9oEtwV .link-wrap {
  text-align: center;
  color: #4f4943;
}
.cid-sihE9oEtwV H4 {
  color: #b69b74;
}
@media (max-width: 992px) {
  .cid-sihE9oEtwV .img1 {
    width: 50%;
  }
  .cid-sihE9oEtwV .text-wrap {
    background-color: #e1dede;
    padding: 2rem 2rem;
  }
}
.cid-sihE9oEtwV H1 {
  color: #f7f4f0;
}
.cid-sihEMHNw8j {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #eee8df;
}
.cid-sihEMHNw8j .row {
  padding: 0 1rem;
  justify-content: center;
}
.cid-sihEMHNw8j .title {
  max-width: 800px;
  margin: auto;
}
.cid-sihEMHNw8j .text-wrap {
  padding: 0 1rem;
  padding-top: 0.6rem;
}
.cid-sihEMHNw8j .link {
  position: relative;
  width: fit-content;
  display: inline-block;
  padding-right: 2rem;
  cursor: pointer;
}
.cid-sihEMHNw8j .link:before {
  content: '\e966';
  font-family: MobiriseIcons !important;
  position: absolute;
  right: 0rem;
  transition: all 0.3s;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1rem;
  color: currentColor;
}
.cid-sihEMHNw8j .link:hover:before {
  margin-right: -0.4rem;
}
.cid-sihEMHNw8j .card-block:hover img {
  transform: scale(1.1);
}
.cid-sihEMHNw8j .card {
  padding: 0;
}
.cid-sihEMHNw8j .card .card-block {
  -webkit-flex-grow: 0;
  flex-grow: 0;
}
.cid-sihEMHNw8j .card .card-block .photo {
  display: inline-block;
  margin-bottom: 1.4rem;
  overflow: hidden;
}
.cid-sihEMHNw8j .card .card-block .photo img {
  width: 100%;
  min-width: 100%;
  height: 320px;
  object-fit: cover;
  min-height: 100%;
  transition: all 0.3s;
}
.cid-sihEMHNw8j H4 {
  color: #b69b74;
}
@media (max-width: 992px) {
  .cid-sihEMHNw8j .md-pb {
    margin-bottom: 2rem !important;
  }
}
.cid-sihEMHNw8j H1 {
  color: #b69b74;
}
.cid-sihEMHNw8j .mbr-text,
.cid-sihEMHNw8j .link-wrap {
  color: #4f4943;
}
.cid-sihEMHNw8j .mbr-section-title {
  color: #4f4943;
}
.cid-sjkLuaCh1w {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/background1-2.jpg");
}
.cid-sjkLuaCh1w .mbr-section-title,
.cid-sjkLuaCh1w .mbr-section-subtitle {
  color: #000000;
}
.cid-sjkLuaCh1w .mbr-section-text {
  color: #232323;
}
.cid-sjkLuaCh1w .mbr-text,
.cid-sjkLuaCh1w .typed-text,
.cid-sjkLuaCh1w .mbr-section-text {
  letter-spacing: 0.03rem;
}
.cid-sjkLuaCh1w .btn {
  margin-left: 4px !important;
}
.cid-sjkLuaCh1w .animated-element {
  color: #0a8603;
}
.cid-sjkLuaCh1w .typed-cursor {
  opacity: 1;
  -webkit-animation: blink 0.7s infinite;
  -moz-animation: blink 0.7s infinite;
  animation: blink 0.7s infinite;
  color: #0a8603;
}
.cid-sjkLuaCh1w .mbr-figure {
  border-radius: .25rem;
  overflow: hidden;
}
@media (max-width: 767px) {
  .cid-sjkLuaCh1w .typed-text,
  .cid-sjkLuaCh1w .mbr-section-subtitle,
  .cid-sjkLuaCh1w .mbr-section-text,
  .cid-sjkLuaCh1w .mbr-section-btn {
    text-align: center !important;
  }
}
@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.cid-sihIC2bYoG {
  background-image: url("../../../assets/images/landscape-luangwa-800x531.jpg");
}
.cid-siG0jWgOKt {
  padding-top: 30px;
  padding-bottom: 15px;
  background: linear-gradient(0deg, #eee8df, #ffffff);
}
.cid-siG0jWgOKt a {
  text-align: center;
}
.cid-siG0jWgOKt p {
  color: #0a0a0a;
  text-align: center;
}
.cid-siG0jWgOKt span {
  font-size: 2rem;
}
.cid-siG0jWgOKt .mbr-iconfont-social {
  font-size: 20px;
  width: 44px;
  padding-top: 6px;
  display: inline-block;
  line-height: 38px;
  border-radius: 50%;
}
.cid-siG0jWgOKt .socicon-twitter {
  color: #4da7de;
}
.cid-siG0jWgOKt .socicon-facebook {
  color: #3e5b98;
}
.cid-siG0jWgOKt .socicon-googleplus {
  color: #dd4b39;
}
.cid-siG0jWgOKt .socicon-instagram {
  color: #3f729b;
}
.cid-siG0jWgOKt .social-list a:focus {
  text-decoration: none;
}
.cid-siG0jWgOKt .text-copyright {
  width: 100%;
}
.cid-siG0jWgOKt .img-logo-footer {
  margin-right: 1rem;
  max-width: 5rem;
}
.cid-siG0jWgOKt .text-logo-footer {
  display: inline-block;
  vertical-align: middle;
}
.cid-siG0jWgOKt .logo-footer {
  line-height: normal;
}
.cid-siG0jWgOKt .copyright {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-siG0jWgOKt .social-btns {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-siG0jWgOKt .media-container-row {
  -webkit-align-items: center;
  align-items: center;
}
.cid-siG0jWgOKt .media-container-row a {
  margin: 0 1rem;
}
.cid-t28g2LMlUH {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #343434;
}
.cid-t28g2LMlUH .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-t28g2LMlUH .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
@media (max-width: 767px) {
  .cid-t28g2LMlUH .row {
    text-align: center;
  }
  .cid-t28g2LMlUH .social-row {
    justify-content: center;
  }
}
.cid-t28g2LMlUH .list {
  list-style: none;
  padding-left: 0;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-t28g2LMlUH .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-t28g2LMlUH .list {
    margin-bottom: 0rem;
  }
}
.cid-t28g2LMlUH .mbr-text {
  color: #bbbbbb;
}
.cid-t28g2LMlUH .mbr-iconfont {
  color: black;
}
.cid-t28g2LMlUH .copyright {
  color: #cccccc;
}
.cid-t28g2LMlUH .mbr-section-subtitle {
  color: #cfa66c;
}
.cid-uFMEt1RPJU .navbar {
  padding: .5rem 0;
  background: #232323;
  transition: none;
  min-height: 100px;
}
.cid-uFMEt1RPJU .navbar-dropdown.bg-color.transparent.opened {
  background: #232323;
}
.cid-uFMEt1RPJU a {
  font-style: normal;
}
.cid-uFMEt1RPJU a .link:hover {
  color: inherit!important;
}
.cid-uFMEt1RPJU .dropdown-item:active {
  background: #232323;
}
.cid-uFMEt1RPJU .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-uFMEt1RPJU .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.1rem 0 !important;
  margin: 0.5rem 1.4rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-uFMEt1RPJU .nav-item:focus,
.cid-uFMEt1RPJU .nav-link:focus {
  outline: none;
}
.cid-uFMEt1RPJU .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-uFMEt1RPJU .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-uFMEt1RPJU .menu-logo {
  margin-right: auto;
}
.cid-uFMEt1RPJU .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uFMEt1RPJU .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-uFMEt1RPJU .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-uFMEt1RPJU .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uFMEt1RPJU .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-uFMEt1RPJU .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uFMEt1RPJU .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-uFMEt1RPJU .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-uFMEt1RPJU .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-uFMEt1RPJU .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-uFMEt1RPJU .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uFMEt1RPJU .dropdown .dropdown-menu {
  background: #232323;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-uFMEt1RPJU .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-uFMEt1RPJU .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uFMEt1RPJU .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uFMEt1RPJU .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uFMEt1RPJU .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-uFMEt1RPJU .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-uFMEt1RPJU .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-uFMEt1RPJU .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-uFMEt1RPJU .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uFMEt1RPJU .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-uFMEt1RPJU .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uFMEt1RPJU button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.8rem;
  right: 1rem;
}
.cid-uFMEt1RPJU button.navbar-toggler:focus {
  outline: none;
}
.cid-uFMEt1RPJU button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #cfa66c;
}
.cid-uFMEt1RPJU button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uFMEt1RPJU button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uFMEt1RPJU button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uFMEt1RPJU button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uFMEt1RPJU nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uFMEt1RPJU nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uFMEt1RPJU nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uFMEt1RPJU nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uFMEt1RPJU .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uFMEt1RPJU .collapsed .btn {
  display: -webkit-flex;
}
.cid-uFMEt1RPJU .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uFMEt1RPJU .collapsed .navbar-collapse.collapsing,
.cid-uFMEt1RPJU .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uFMEt1RPJU .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uFMEt1RPJU .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uFMEt1RPJU .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uFMEt1RPJU .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uFMEt1RPJU .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-uFMEt1RPJU .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-uFMEt1RPJU .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uFMEt1RPJU .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-uFMEt1RPJU .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uFMEt1RPJU .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-uFMEt1RPJU .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-uFMEt1RPJU .collapsed button.navbar-toggler {
  display: block;
}
.cid-uFMEt1RPJU .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-uFMEt1RPJU .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uFMEt1RPJU .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-uFMEt1RPJU .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uFMEt1RPJU .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uFMEt1RPJU .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1023px) {
  .cid-uFMEt1RPJU .navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uFMEt1RPJU img {
    height: 3.8rem !important;
  }
  .cid-uFMEt1RPJU .btn {
    display: -webkit-flex;
  }
  .cid-uFMEt1RPJU button.navbar-toggler {
    display: block;
  }
  .cid-uFMEt1RPJU .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-uFMEt1RPJU .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uFMEt1RPJU .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-uFMEt1RPJU .navbar-collapse.collapsing,
  .cid-uFMEt1RPJU .navbar-collapse.show {
    display: block !important;
  }
  .cid-uFMEt1RPJU .navbar-collapse.collapsing .navbar-nav,
  .cid-uFMEt1RPJU .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uFMEt1RPJU .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uFMEt1RPJU .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uFMEt1RPJU .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-uFMEt1RPJU .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-uFMEt1RPJU .navbar-collapse.collapsing .navbar-buttons,
  .cid-uFMEt1RPJU .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-uFMEt1RPJU .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uFMEt1RPJU .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uFMEt1RPJU .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-uFMEt1RPJU .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uFMEt1RPJU .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uFMEt1RPJU .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-uFMEt1RPJU .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-uFMEt1RPJU .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-uFMEt1RPJU .nav-link,
.cid-uFMEt1RPJU .dropdown-item {
  border-bottom: 2px solid transparent;
  transition: all 0.3s;
}
.cid-uFMEt1RPJU .nav-link:hover,
.cid-uFMEt1RPJU .dropdown-item:hover {
  color: #efefef !important;
  border-color: #cfa66c;
}
.cid-sovBsIHVse {
  overflow-x: hidden !important;
}
.cid-sovBsIHVse .mbr-section-title {
  color: #4f4943;
}
.cid-sovBsIHVse .mbr-section-title span {
  color: #cfa66c;
}
.cid-sovBsIHVse .mbr-text {
  color: #4f4943;
  letter-spacing: 5px;
  font-weight: 100;
}
.cid-sovBsIHVse .scroll-wrapper {
  top: 0;
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  background-size: cover;
  position: absolute;
  background-repeat: repeat;
  z-index: 0;
  -webkit-animation-duration: 13s !important;
  animation-duration: 13s;
  background-image: url("../../../assets/images/elephants-of-south-luangwa-1-1200x797.jpg");
}
.cid-sovBsIHVse .scroll-wrapper.second {
  left: calc(100% - 1px);
}
.cid-sovBsIHVse .mbr-overlay {
  z-index: 1;
}
.cid-sovBsIHVse .block-content {
  z-index: 2;
}
@keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-webkit-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-moz-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-o-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
.cid-sovBmBptnJ {
  padding-top: 90px;
  padding-bottom: 135px;
  background-color: #f1eeea;
}
.cid-sovBmBptnJ .container-fluid {
  position: relative;
  padding-right: 10.4rem;
  padding-left: 0;
}
.cid-sovBmBptnJ .wrapper {
  position: relative;
}
.cid-sovBmBptnJ .img1 {
  width: 100%;
  padding-right: 6rem;
  object-fit: cover;
  height: 800px;
}
.cid-sovBmBptnJ .mbr-iconfont {
  font-size: 1.8rem;
  color: #232323;
}
.cid-sovBmBptnJ .mbr-iconfont:hover {
  cursor: pointer;
}
.cid-sovBmBptnJ .icon1 {
  position: absolute;
  top: 2rem;
  right: 0rem;
}
.cid-sovBmBptnJ .icon2 {
  position: absolute;
  top: 5rem;
  right: 0rem;
}
.cid-sovBmBptnJ .img2 {
  position: absolute;
  bottom: -4.6rem;
  right: 0;
  width: 400px;
  box-shadow: 2.5px 4.3px 62px 0 rgba(0, 0, 0, 0.22);
}
.cid-sovBmBptnJ .title {
  position: absolute;
  right: 0rem;
  transform: rotate(90deg);
  transform-origin: top right;
  top: 26rem;
  padding: 0;
}
.cid-sovBmBptnJ .title:before {
  content: '';
  position: absolute;
  background: currentColor;
  top: 50%;
  left: -8.6rem;
  width: 100px;
  height: 2px;
}
@media (max-width: 1400px) {
  .cid-sovBmBptnJ .img2 {
    width: 400px;
  }
  .cid-sovBmBptnJ .container-fluid {
    padding-right: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-sovBmBptnJ .img2 {
    width: 400px;
  }
  .cid-sovBmBptnJ .img1 {
    padding-right: 4rem;
  }
}
@media (max-width: 767px) {
  .cid-sovBmBptnJ .img1 {
    height: 600px;
    padding-right: 3rem;
  }
  .cid-sovBmBptnJ .img2 {
    width: 200px;
  }
  .cid-sovBmBptnJ .container-fluid {
    padding-right: 1rem;
  }
}
.cid-sovBmBptnJ H1 {
  color: #4f4943;
}
.cid-uGDe3J2xpX {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #f1eeea;
}
.cid-uGDe3J2xpX .container-fluid {
  padding: 0 3rem;
}
.cid-uGDe3J2xpX .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(to right, #cfa66c 50%, #5f7709 120%);
  display: inline-block;
}
.cid-uGDe3J2xpX .panel-group {
  width: 100%;
  margin: 2rem auto;
  margin-top: 0;
}
.cid-uGDe3J2xpX .header-text {
  padding: 2rem 1rem !important;
}
.cid-uGDe3J2xpX .card {
  border-radius: 25px !important;
  background: #ffffff;
  margin-bottom: 1rem;
  box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.1);
}
.cid-uGDe3J2xpX .card .card-header {
  border-radius: 25px;
  border: 0px;
  padding: 0;
  background-color: transparent !important;
}
.cid-uGDe3J2xpX .card .card-header a.panel-title {
  transition: all .3s;
  border-radius: 25px 25px 0 0;
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
  padding-right: 2rem;
}
.cid-uGDe3J2xpX .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-uGDe3J2xpX .card .card-header a.panel-title:hover .sign {
  background-color: #82786e !important;
}
.cid-uGDe3J2xpX .card .card-header a.panel-title .sign {
  position: absolute;
  right: 0;
  top: -1px;
  bottom: 0;
  border-radius: 0 25px 25px 0;
  background-color: #b69b74;
  padding: 2rem;
  padding-top: 36px;
  color: #ffffff;
}
.cid-uGDe3J2xpX .card .card-header a.panel-title h4 {
  padding: 1rem 1rem;
  margin-bottom: 0;
}
.cid-uGDe3J2xpX .card .card-header a.collapsed {
  border-radius: 25px;
}
.cid-uGDe3J2xpX .card .panel-body {
  width: calc(100% - 80px);
  border-radius: 0 0 0 25px;
}
@media (max-width: 767px) {
  .cid-uGDe3J2xpX .container-fluid {
    padding: 0 1rem;
  }
  .cid-uGDe3J2xpX .header-text {
    padding: 1rem !important;
  }
  .cid-uGDe3J2xpX .sign {
    padding: 16px !important;
    padding-top: 22px !important;
  }
  .cid-uGDe3J2xpX .panel-body {
    width: calc(100% - 48px);
  }
  .cid-uGDe3J2xpX .panel-group {
    padding: 0;
  }
}
.cid-uGDe3J2xpX .header-text,
.cid-uGDe3J2xpX .sign {
  color: #232323;
}
.cid-sovBOAzlWX {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-sovBOAzlWX img {
  width: 65%;
  pointer-events: all;
}
.cid-sovBOAzlWX .row {
  justify-content: center;
}
.cid-sovBOAzlWX .img1 {
  position: absolute;
  left: -8rem;
  top: 5rem;
  z-index: 4;
  width: 100%;
  pointer-events: none;
}
.cid-sovBOAzlWX .img2 {
  position: absolute;
  top: 0rem;
  left: 0rem;
  width: 100%;
  pointer-events: none;
}
.cid-sovBOAzlWX .img3 {
  position: absolute;
  top: 12rem;
  right: -8rem;
  width: 100%;
  pointer-events: none;
}
.cid-sovBOAzlWX .item {
  height: 600px;
  text-align: center;
  overflow: hidden;
}
@media (max-width: 767px) {
  .cid-sovBOAzlWX .img1 {
    left: -2rem;
    top: 5rem;
  }
  .cid-sovBOAzlWX .img2 {
    top: 0rem;
    left: 0rem;
  }
  .cid-sovBOAzlWX .img3 {
    top: 8rem;
    right: -2rem;
  }
  .cid-sovBOAzlWX .item {
    height: 300px;
  }
}
.cid-sovBRW4Cv9 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #f1eeea;
}
.cid-sovBRW4Cv9 .container-fluid {
  padding: 0 3rem;
}
.cid-sovBRW4Cv9 .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(to right, #cfa66c 50%, #5f7709 120%);
  display: inline-block;
}
.cid-sovBRW4Cv9 .panel-group {
  width: 100%;
  margin: 2rem auto;
  margin-top: 0;
}
.cid-sovBRW4Cv9 .header-text {
  padding: 2rem 1rem !important;
}
.cid-sovBRW4Cv9 .card {
  border-radius: 25px !important;
  background: #ffffff;
  margin-bottom: 1rem;
  box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.1);
}
.cid-sovBRW4Cv9 .card .card-header {
  border-radius: 25px;
  border: 0px;
  padding: 0;
  background-color: transparent !important;
}
.cid-sovBRW4Cv9 .card .card-header a.panel-title {
  transition: all .3s;
  border-radius: 25px 25px 0 0;
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
  padding-right: 2rem;
}
.cid-sovBRW4Cv9 .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-sovBRW4Cv9 .card .card-header a.panel-title:hover .sign {
  background-color: #82786e !important;
}
.cid-sovBRW4Cv9 .card .card-header a.panel-title .sign {
  position: absolute;
  right: 0;
  top: -1px;
  bottom: 0;
  border-radius: 0 25px 25px 0;
  background-color: #b69b74;
  padding: 2rem;
  padding-top: 36px;
  color: #ffffff;
}
.cid-sovBRW4Cv9 .card .card-header a.panel-title h4 {
  padding: 1rem 1rem;
  margin-bottom: 0;
}
.cid-sovBRW4Cv9 .card .card-header a.collapsed {
  border-radius: 25px;
}
.cid-sovBRW4Cv9 .card .panel-body {
  width: calc(100% - 80px);
  border-radius: 0 0 0 25px;
}
@media (max-width: 767px) {
  .cid-sovBRW4Cv9 .container-fluid {
    padding: 0 1rem;
  }
  .cid-sovBRW4Cv9 .header-text {
    padding: 1rem !important;
  }
  .cid-sovBRW4Cv9 .sign {
    padding: 16px !important;
    padding-top: 22px !important;
  }
  .cid-sovBRW4Cv9 .panel-body {
    width: calc(100% - 48px);
  }
  .cid-sovBRW4Cv9 .panel-group {
    padding: 0;
  }
}
.cid-sovBRW4Cv9 .header-text,
.cid-sovBRW4Cv9 .sign {
  color: #232323;
}
.cid-sow6muM9o4 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #f1eeea;
}
.cid-sow6muM9o4 .container-fluid {
  padding: 0 3rem;
}
.cid-sow6muM9o4 .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(to right, #cfa66c 50%, #5f7709 120%);
  display: inline-block;
}
.cid-sow6muM9o4 .panel-group {
  width: 100%;
  margin: 2rem auto;
  margin-top: 0;
}
.cid-sow6muM9o4 .header-text {
  padding: 2rem 1rem !important;
}
.cid-sow6muM9o4 .card {
  border-radius: 25px !important;
  background: #ffffff;
  margin-bottom: 1rem;
  box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.1);
}
.cid-sow6muM9o4 .card .card-header {
  border-radius: 25px;
  border: 0px;
  padding: 0;
  background-color: transparent !important;
}
.cid-sow6muM9o4 .card .card-header a.panel-title {
  transition: all .3s;
  border-radius: 25px 25px 0 0;
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
  padding-right: 2rem;
}
.cid-sow6muM9o4 .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-sow6muM9o4 .card .card-header a.panel-title:hover .sign {
  background-color: #82786e !important;
}
.cid-sow6muM9o4 .card .card-header a.panel-title .sign {
  position: absolute;
  right: 0;
  top: -1px;
  bottom: 0;
  border-radius: 0 25px 25px 0;
  background-color: #b69b74;
  padding: 2rem;
  padding-top: 36px;
  color: #ffffff;
}
.cid-sow6muM9o4 .card .card-header a.panel-title h4 {
  padding: 1rem 1rem;
  margin-bottom: 0;
}
.cid-sow6muM9o4 .card .card-header a.collapsed {
  border-radius: 25px;
}
.cid-sow6muM9o4 .card .panel-body {
  width: calc(100% - 80px);
  border-radius: 0 0 0 25px;
}
@media (max-width: 767px) {
  .cid-sow6muM9o4 .container-fluid {
    padding: 0 1rem;
  }
  .cid-sow6muM9o4 .header-text {
    padding: 1rem !important;
  }
  .cid-sow6muM9o4 .sign {
    padding: 16px !important;
    padding-top: 22px !important;
  }
  .cid-sow6muM9o4 .panel-body {
    width: calc(100% - 48px);
  }
  .cid-sow6muM9o4 .panel-group {
    padding: 0;
  }
}
.cid-sow6muM9o4 .header-text,
.cid-sow6muM9o4 .sign {
  color: #232323;
}
.cid-sovXsH1ooZ {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-sovXsH1ooZ .mbr-text,
.cid-sovXsH1ooZ .ornament {
  color: #4f4943;
}
.cid-sovBTyicWl {
  background-image: url("../../../assets/images/lion-night-safari-1200x797.jpg");
}
.cid-sovC9wb1qu {
  padding-top: 30px;
  padding-bottom: 15px;
  background: linear-gradient(0deg, #eee8df, #ffffff);
}
.cid-sovC9wb1qu a {
  text-align: center;
}
.cid-sovC9wb1qu p {
  color: #0a0a0a;
  text-align: center;
}
.cid-sovC9wb1qu span {
  font-size: 2rem;
}
.cid-sovC9wb1qu .mbr-iconfont-social {
  font-size: 20px;
  width: 44px;
  padding-top: 6px;
  display: inline-block;
  line-height: 38px;
  border-radius: 50%;
}
.cid-sovC9wb1qu .socicon-twitter {
  color: #4da7de;
}
.cid-sovC9wb1qu .socicon-facebook {
  color: #3e5b98;
}
.cid-sovC9wb1qu .socicon-googleplus {
  color: #dd4b39;
}
.cid-sovC9wb1qu .socicon-instagram {
  color: #3f729b;
}
.cid-sovC9wb1qu .social-list a:focus {
  text-decoration: none;
}
.cid-sovC9wb1qu .text-copyright {
  width: 100%;
}
.cid-sovC9wb1qu .img-logo-footer {
  margin-right: 1rem;
  max-width: 5rem;
}
.cid-sovC9wb1qu .text-logo-footer {
  display: inline-block;
  vertical-align: middle;
}
.cid-sovC9wb1qu .logo-footer {
  line-height: normal;
}
.cid-sovC9wb1qu .copyright {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sovC9wb1qu .social-btns {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sovC9wb1qu .media-container-row {
  -webkit-align-items: center;
  align-items: center;
}
.cid-sovC9wb1qu .media-container-row a {
  margin: 0 1rem;
}
.cid-t28g2LMlUH {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #343434;
}
.cid-t28g2LMlUH .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-t28g2LMlUH .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
@media (max-width: 767px) {
  .cid-t28g2LMlUH .row {
    text-align: center;
  }
  .cid-t28g2LMlUH .social-row {
    justify-content: center;
  }
}
.cid-t28g2LMlUH .list {
  list-style: none;
  padding-left: 0;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-t28g2LMlUH .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-t28g2LMlUH .list {
    margin-bottom: 0rem;
  }
}
.cid-t28g2LMlUH .mbr-text {
  color: #bbbbbb;
}
.cid-t28g2LMlUH .mbr-iconfont {
  color: black;
}
.cid-t28g2LMlUH .copyright {
  color: #cccccc;
}
.cid-t28g2LMlUH .mbr-section-subtitle {
  color: #cfa66c;
}
.cid-uFMEt1RPJU .navbar {
  padding: .5rem 0;
  background: #232323;
  transition: none;
  min-height: 100px;
}
.cid-uFMEt1RPJU .navbar-dropdown.bg-color.transparent.opened {
  background: #232323;
}
.cid-uFMEt1RPJU a {
  font-style: normal;
}
.cid-uFMEt1RPJU a .link:hover {
  color: inherit!important;
}
.cid-uFMEt1RPJU .dropdown-item:active {
  background: #232323;
}
.cid-uFMEt1RPJU .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-uFMEt1RPJU .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.1rem 0 !important;
  margin: 0.5rem 1.4rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-uFMEt1RPJU .nav-item:focus,
.cid-uFMEt1RPJU .nav-link:focus {
  outline: none;
}
.cid-uFMEt1RPJU .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-uFMEt1RPJU .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-uFMEt1RPJU .menu-logo {
  margin-right: auto;
}
.cid-uFMEt1RPJU .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uFMEt1RPJU .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-uFMEt1RPJU .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-uFMEt1RPJU .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uFMEt1RPJU .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-uFMEt1RPJU .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uFMEt1RPJU .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-uFMEt1RPJU .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-uFMEt1RPJU .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-uFMEt1RPJU .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-uFMEt1RPJU .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uFMEt1RPJU .dropdown .dropdown-menu {
  background: #232323;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-uFMEt1RPJU .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-uFMEt1RPJU .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uFMEt1RPJU .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uFMEt1RPJU .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uFMEt1RPJU .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-uFMEt1RPJU .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-uFMEt1RPJU .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-uFMEt1RPJU .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-uFMEt1RPJU .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uFMEt1RPJU .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-uFMEt1RPJU .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uFMEt1RPJU button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.8rem;
  right: 1rem;
}
.cid-uFMEt1RPJU button.navbar-toggler:focus {
  outline: none;
}
.cid-uFMEt1RPJU button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #cfa66c;
}
.cid-uFMEt1RPJU button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uFMEt1RPJU button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uFMEt1RPJU button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uFMEt1RPJU button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uFMEt1RPJU nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uFMEt1RPJU nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uFMEt1RPJU nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uFMEt1RPJU nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uFMEt1RPJU .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uFMEt1RPJU .collapsed .btn {
  display: -webkit-flex;
}
.cid-uFMEt1RPJU .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uFMEt1RPJU .collapsed .navbar-collapse.collapsing,
.cid-uFMEt1RPJU .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uFMEt1RPJU .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uFMEt1RPJU .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uFMEt1RPJU .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uFMEt1RPJU .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uFMEt1RPJU .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-uFMEt1RPJU .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-uFMEt1RPJU .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uFMEt1RPJU .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-uFMEt1RPJU .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uFMEt1RPJU .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-uFMEt1RPJU .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-uFMEt1RPJU .collapsed button.navbar-toggler {
  display: block;
}
.cid-uFMEt1RPJU .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-uFMEt1RPJU .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uFMEt1RPJU .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-uFMEt1RPJU .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uFMEt1RPJU .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uFMEt1RPJU .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1023px) {
  .cid-uFMEt1RPJU .navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uFMEt1RPJU img {
    height: 3.8rem !important;
  }
  .cid-uFMEt1RPJU .btn {
    display: -webkit-flex;
  }
  .cid-uFMEt1RPJU button.navbar-toggler {
    display: block;
  }
  .cid-uFMEt1RPJU .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-uFMEt1RPJU .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uFMEt1RPJU .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-uFMEt1RPJU .navbar-collapse.collapsing,
  .cid-uFMEt1RPJU .navbar-collapse.show {
    display: block !important;
  }
  .cid-uFMEt1RPJU .navbar-collapse.collapsing .navbar-nav,
  .cid-uFMEt1RPJU .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uFMEt1RPJU .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uFMEt1RPJU .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uFMEt1RPJU .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-uFMEt1RPJU .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-uFMEt1RPJU .navbar-collapse.collapsing .navbar-buttons,
  .cid-uFMEt1RPJU .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-uFMEt1RPJU .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uFMEt1RPJU .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uFMEt1RPJU .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-uFMEt1RPJU .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uFMEt1RPJU .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uFMEt1RPJU .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-uFMEt1RPJU .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-uFMEt1RPJU .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-uFMEt1RPJU .nav-link,
.cid-uFMEt1RPJU .dropdown-item {
  border-bottom: 2px solid transparent;
  transition: all 0.3s;
}
.cid-uFMEt1RPJU .nav-link:hover,
.cid-uFMEt1RPJU .dropdown-item:hover {
  color: #efefef !important;
  border-color: #cfa66c;
}
.cid-sow38rAGQR {
  overflow-x: hidden !important;
}
.cid-sow38rAGQR .mbr-section-title {
  color: #4f4943;
}
.cid-sow38rAGQR .mbr-section-title span {
  color: #cfa66c;
}
.cid-sow38rAGQR .mbr-text {
  color: #4f4943;
  letter-spacing: 5px;
  font-weight: 100;
}
.cid-sow38rAGQR .scroll-wrapper {
  top: 0;
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  background-size: cover;
  position: absolute;
  background-repeat: repeat;
  z-index: 0;
  -webkit-animation-duration: 13s !important;
  animation-duration: 13s;
  background-image: url("../../../assets/images/elephants-of-south-luangwa-1-1200x797.jpg");
}
.cid-sow38rAGQR .scroll-wrapper.second {
  left: calc(100% - 1px);
}
.cid-sow38rAGQR .mbr-overlay {
  z-index: 1;
}
.cid-sow38rAGQR .block-content {
  z-index: 2;
}
@keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-webkit-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-moz-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-o-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
.cid-sow3dhhvLp {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #eee8df;
}
.cid-sow3dhhvLp .mbr-text {
  color: #767676;
  text-align: left;
}
.cid-sow3dhhvLp h4 {
  text-align: center;
}
.cid-sow3dhhvLp p {
  text-align: center;
}
.cid-sow3dhhvLp .card-img span {
  font-size: 96px;
  color: #cfa66c;
}
.cid-sow391z4zD {
  background-image: url("../../../assets/images/riverview-1000x740.jpg");
}
.cid-sow3cjVUwD {
  padding-top: 30px;
  padding-bottom: 15px;
  background: linear-gradient(0deg, #eee8df, #ffffff);
}
.cid-sow3cjVUwD a {
  text-align: center;
}
.cid-sow3cjVUwD p {
  color: #0a0a0a;
  text-align: center;
}
.cid-sow3cjVUwD span {
  font-size: 2rem;
}
.cid-sow3cjVUwD .mbr-iconfont-social {
  font-size: 20px;
  width: 44px;
  padding-top: 6px;
  display: inline-block;
  line-height: 38px;
  border-radius: 50%;
}
.cid-sow3cjVUwD .socicon-twitter {
  color: #4da7de;
}
.cid-sow3cjVUwD .socicon-facebook {
  color: #3e5b98;
}
.cid-sow3cjVUwD .socicon-googleplus {
  color: #dd4b39;
}
.cid-sow3cjVUwD .socicon-instagram {
  color: #3f729b;
}
.cid-sow3cjVUwD .social-list a:focus {
  text-decoration: none;
}
.cid-sow3cjVUwD .text-copyright {
  width: 100%;
}
.cid-sow3cjVUwD .img-logo-footer {
  margin-right: 1rem;
  max-width: 5rem;
}
.cid-sow3cjVUwD .text-logo-footer {
  display: inline-block;
  vertical-align: middle;
}
.cid-sow3cjVUwD .logo-footer {
  line-height: normal;
}
.cid-sow3cjVUwD .copyright {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sow3cjVUwD .social-btns {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sow3cjVUwD .media-container-row {
  -webkit-align-items: center;
  align-items: center;
}
.cid-sow3cjVUwD .media-container-row a {
  margin: 0 1rem;
}
.cid-t28g2LMlUH {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #343434;
}
.cid-t28g2LMlUH .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-t28g2LMlUH .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
@media (max-width: 767px) {
  .cid-t28g2LMlUH .row {
    text-align: center;
  }
  .cid-t28g2LMlUH .social-row {
    justify-content: center;
  }
}
.cid-t28g2LMlUH .list {
  list-style: none;
  padding-left: 0;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-t28g2LMlUH .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-t28g2LMlUH .list {
    margin-bottom: 0rem;
  }
}
.cid-t28g2LMlUH .mbr-text {
  color: #bbbbbb;
}
.cid-t28g2LMlUH .mbr-iconfont {
  color: black;
}
.cid-t28g2LMlUH .copyright {
  color: #cccccc;
}
.cid-t28g2LMlUH .mbr-section-subtitle {
  color: #cfa66c;
}
.cid-uIOkbO4VYC {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #343434;
}
.cid-uIOkbO4VYC .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIOkbO4VYC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIOkbO4VYC .content-wrapper {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uIOkbO4VYC .content-wrapper {
    padding: 0;
  }
}
.cid-uIOkbO4VYC .content-wrapper .rating-wrapper {
  margin-bottom: 24px;
}
.cid-uIOkbO4VYC .content-wrapper .rating-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline-flex;
  justify-content: center;
}
.cid-uIOkbO4VYC .content-wrapper .rating-wrapper .list .item-wrap {
  padding: 12px;
  -webkit-text-stroke-width: .15rem;
  -webkit-text-stroke-color: #050f0f;
  margin-bottom: 0;
}
.cid-uIOkbO4VYC .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 75%;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uIOkbO4VYC .content-wrapper .text-wrapper .mbr-text {
    margin-bottom: 24px;
    width: 100%;
  }
}
.cid-uIOkbO4VYC .content-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-uIOkbO4VYC .list {
  color: #ffe66d;
  text-align: center;
}
.cid-uIOkbO4VYC .mbr-text,
.cid-uIOkbO4VYC .text-wrapper {
  color: #050f0f;
}
.cid-uIOkbO4VYC .mbr-desc {
  color: #c1c1c1;
  text-align: center;
}
.cid-uIOkbO4VYC .mbr-text,
.cid-uIOkbO4VYC .text-wrapper,
.cid-uIOkbO4VYC .rating-wrapper {
  text-align: center;
}
.cid-uINXNzxV4G.popup-builder {
  background-color: #ffffff;
}
.cid-uINXNzxV4G.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uINXNzxV4G.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uINXNzxV4G .modal-content,
.cid-uINXNzxV4G .modal-dialog {
  height: auto;
}
.cid-uINXNzxV4G .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uINXNzxV4G .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uINXNzxV4G .form-wrapper .mbr-form .form-group,
  .cid-uINXNzxV4G .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uINXNzxV4G .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uINXNzxV4G .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uINXNzxV4G .mbr-text {
  text-align: center;
}
.cid-uINXNzxV4G .pt-0 {
  padding-top: 0 !important;
}
.cid-uINXNzxV4G .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uINXNzxV4G .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uINXNzxV4G .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uINXNzxV4G .modal-open {
  overflow: hidden;
}
.cid-uINXNzxV4G .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uINXNzxV4G .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uINXNzxV4G .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uINXNzxV4G .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-uINXNzxV4G .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uINXNzxV4G .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uINXNzxV4G .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uINXNzxV4G .modal-content {
  background: #cccccc;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-uINXNzxV4G .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uINXNzxV4G .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uINXNzxV4G .modal-backdrop.fade {
  opacity: 0;
}
.cid-uINXNzxV4G .modal-backdrop.show {
  opacity: .5;
}
.cid-uINXNzxV4G .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-uINXNzxV4G .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uINXNzxV4G .modal-header {
    padding: 1rem;
  }
}
.cid-uINXNzxV4G .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uINXNzxV4G .modal-header .close svg {
  fill: #353535;
}
.cid-uINXNzxV4G .modal-header .close:hover {
  opacity: 1;
}
.cid-uINXNzxV4G .modal-header .close:focus {
  outline: none;
}
.cid-uINXNzxV4G .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uINXNzxV4G .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uINXNzxV4G .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uINXNzxV4G .modal-body {
    padding: 1rem;
  }
}
.cid-uINXNzxV4G .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uINXNzxV4G .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uINXNzxV4G .modal-footer {
    padding: 1rem;
  }
}
.cid-uINXNzxV4G .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uINXNzxV4G .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uINXNzxV4G .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uINXNzxV4G .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uINXNzxV4G .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uINXNzxV4G .modal-lg,
  .cid-uINXNzxV4G .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uINXNzxV4G .modal-xl {
    max-width: 1140px;
  }
}
.cid-uINXNzxV4G .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uINXNzxV4G .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-uINXNzxV4G .form-group {
  margin-bottom: 1rem;
}
.cid-uINXNzxV4G .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uINXNzxV4G .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uINXNzxV4G .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-uINXNzxV4G .mbr-section-btn {
  margin: 0;
}
.cid-uINXNzxV4G .mbr-section-btn .btn {
  margin: 0;
}
.cid-uFMEt1RPJU .navbar {
  padding: .5rem 0;
  background: #232323;
  transition: none;
  min-height: 100px;
}
.cid-uFMEt1RPJU .navbar-dropdown.bg-color.transparent.opened {
  background: #232323;
}
.cid-uFMEt1RPJU a {
  font-style: normal;
}
.cid-uFMEt1RPJU a .link:hover {
  color: inherit!important;
}
.cid-uFMEt1RPJU .dropdown-item:active {
  background: #232323;
}
.cid-uFMEt1RPJU .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-uFMEt1RPJU .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.1rem 0 !important;
  margin: 0.5rem 1.4rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-uFMEt1RPJU .nav-item:focus,
.cid-uFMEt1RPJU .nav-link:focus {
  outline: none;
}
.cid-uFMEt1RPJU .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-uFMEt1RPJU .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-uFMEt1RPJU .menu-logo {
  margin-right: auto;
}
.cid-uFMEt1RPJU .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uFMEt1RPJU .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-uFMEt1RPJU .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-uFMEt1RPJU .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uFMEt1RPJU .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-uFMEt1RPJU .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uFMEt1RPJU .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-uFMEt1RPJU .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-uFMEt1RPJU .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-uFMEt1RPJU .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-uFMEt1RPJU .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uFMEt1RPJU .dropdown .dropdown-menu {
  background: #232323;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-uFMEt1RPJU .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-uFMEt1RPJU .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uFMEt1RPJU .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uFMEt1RPJU .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uFMEt1RPJU .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-uFMEt1RPJU .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-uFMEt1RPJU .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-uFMEt1RPJU .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-uFMEt1RPJU .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uFMEt1RPJU .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-uFMEt1RPJU .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uFMEt1RPJU button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.8rem;
  right: 1rem;
}
.cid-uFMEt1RPJU button.navbar-toggler:focus {
  outline: none;
}
.cid-uFMEt1RPJU button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #cfa66c;
}
.cid-uFMEt1RPJU button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uFMEt1RPJU button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uFMEt1RPJU button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uFMEt1RPJU button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uFMEt1RPJU nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uFMEt1RPJU nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uFMEt1RPJU nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uFMEt1RPJU nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uFMEt1RPJU .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uFMEt1RPJU .collapsed .btn {
  display: -webkit-flex;
}
.cid-uFMEt1RPJU .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uFMEt1RPJU .collapsed .navbar-collapse.collapsing,
.cid-uFMEt1RPJU .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uFMEt1RPJU .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uFMEt1RPJU .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uFMEt1RPJU .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uFMEt1RPJU .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uFMEt1RPJU .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-uFMEt1RPJU .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-uFMEt1RPJU .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uFMEt1RPJU .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-uFMEt1RPJU .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uFMEt1RPJU .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-uFMEt1RPJU .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-uFMEt1RPJU .collapsed button.navbar-toggler {
  display: block;
}
.cid-uFMEt1RPJU .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-uFMEt1RPJU .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uFMEt1RPJU .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-uFMEt1RPJU .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uFMEt1RPJU .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uFMEt1RPJU .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1023px) {
  .cid-uFMEt1RPJU .navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uFMEt1RPJU img {
    height: 3.8rem !important;
  }
  .cid-uFMEt1RPJU .btn {
    display: -webkit-flex;
  }
  .cid-uFMEt1RPJU button.navbar-toggler {
    display: block;
  }
  .cid-uFMEt1RPJU .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-uFMEt1RPJU .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uFMEt1RPJU .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-uFMEt1RPJU .navbar-collapse.collapsing,
  .cid-uFMEt1RPJU .navbar-collapse.show {
    display: block !important;
  }
  .cid-uFMEt1RPJU .navbar-collapse.collapsing .navbar-nav,
  .cid-uFMEt1RPJU .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uFMEt1RPJU .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uFMEt1RPJU .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uFMEt1RPJU .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-uFMEt1RPJU .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-uFMEt1RPJU .navbar-collapse.collapsing .navbar-buttons,
  .cid-uFMEt1RPJU .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-uFMEt1RPJU .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uFMEt1RPJU .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uFMEt1RPJU .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-uFMEt1RPJU .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uFMEt1RPJU .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uFMEt1RPJU .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-uFMEt1RPJU .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-uFMEt1RPJU .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-uFMEt1RPJU .nav-link,
.cid-uFMEt1RPJU .dropdown-item {
  border-bottom: 2px solid transparent;
  transition: all 0.3s;
}
.cid-uFMEt1RPJU .nav-link:hover,
.cid-uFMEt1RPJU .dropdown-item:hover {
  color: #efefef !important;
  border-color: #cfa66c;
}
.cid-siQvNstYj7 {
  overflow-x: hidden !important;
}
.cid-siQvNstYj7 .mbr-section-title {
  color: #4f4943;
}
.cid-siQvNstYj7 .mbr-section-title span {
  color: #cfa66c;
}
.cid-siQvNstYj7 .mbr-text {
  color: #4f4943;
  letter-spacing: 5px;
  font-weight: 100;
}
.cid-siQvNstYj7 .scroll-wrapper {
  top: 0;
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  background-size: cover;
  position: absolute;
  background-repeat: repeat;
  z-index: 0;
  -webkit-animation-duration: 13s !important;
  animation-duration: 13s;
  background-image: url("../../../assets/images/elephants-of-south-luangwa-1-1200x797.jpg");
}
.cid-siQvNstYj7 .scroll-wrapper.second {
  left: calc(100% - 1px);
}
.cid-siQvNstYj7 .mbr-overlay {
  z-index: 1;
}
.cid-siQvNstYj7 .block-content {
  z-index: 2;
}
@keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-webkit-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-moz-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-o-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
.cid-siQvPlIIGC {
  padding-top: 90px;
  padding-bottom: 135px;
  background-color: #f1eeea;
}
.cid-siQvPlIIGC .container-fluid {
  position: relative;
  padding-right: 10.4rem;
  padding-left: 0;
}
.cid-siQvPlIIGC .wrapper {
  position: relative;
}
.cid-siQvPlIIGC .img1 {
  width: 100%;
  padding-right: 6rem;
  object-fit: cover;
  height: 800px;
}
.cid-siQvPlIIGC .mbr-iconfont {
  font-size: 1.8rem;
  color: #232323;
}
.cid-siQvPlIIGC .mbr-iconfont:hover {
  cursor: pointer;
}
.cid-siQvPlIIGC .icon1 {
  position: absolute;
  top: 2rem;
  right: 0rem;
}
.cid-siQvPlIIGC .icon2 {
  position: absolute;
  top: 5rem;
  right: 0rem;
}
.cid-siQvPlIIGC .img2 {
  position: absolute;
  bottom: -4.6rem;
  right: 0;
  width: 400px;
  box-shadow: 2.5px 4.3px 62px 0 rgba(0, 0, 0, 0.22);
}
.cid-siQvPlIIGC .title {
  position: absolute;
  right: 0rem;
  transform: rotate(90deg);
  transform-origin: top right;
  top: 26rem;
  padding: 0;
}
.cid-siQvPlIIGC .title:before {
  content: '';
  position: absolute;
  background: currentColor;
  top: 50%;
  left: -8.6rem;
  width: 100px;
  height: 2px;
}
@media (max-width: 1400px) {
  .cid-siQvPlIIGC .img2 {
    width: 400px;
  }
  .cid-siQvPlIIGC .container-fluid {
    padding-right: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-siQvPlIIGC .img2 {
    width: 400px;
  }
  .cid-siQvPlIIGC .img1 {
    padding-right: 4rem;
  }
}
@media (max-width: 767px) {
  .cid-siQvPlIIGC .img1 {
    height: 600px;
    padding-right: 3rem;
  }
  .cid-siQvPlIIGC .img2 {
    width: 200px;
  }
  .cid-siQvPlIIGC .container-fluid {
    padding-right: 1rem;
  }
}
.cid-siQvPlIIGC H1 {
  color: #4f4943;
}
.cid-sovrn7ZNxI {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #eee8df;
}
.cid-sovrn7ZNxI .row {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
.cid-sovrn7ZNxI img {
  width: 90%;
}
.cid-sovrn7ZNxI .mbr-text,
.cid-sovrn7ZNxI .mbr-section-btn {
  color: #4f4943;
}
@media (max-width: 992px) {
  .cid-sovrn7ZNxI img {
    width: 100%;
  }
  .cid-sovrn7ZNxI .pb-5 {
    padding-bottom: 1rem !important;
  }
}
.cid-sovrn7ZNxI H3 {
  color: #4f4943;
}
.cid-sovrn7ZNxI H1 {
  color: #4f4943;
  text-align: right;
}
.cid-uHLHMQFMZz {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #eee8df;
}
.cid-uHLHMQFMZz .mbr-text {
  color: #767676;
}
.cid-uHLHMQFMZz h4 {
  text-align: center;
}
.cid-uHLHMQFMZz p {
  text-align: center;
}
.cid-uHLHMQFMZz .card-img span {
  font-size: 96px;
  color: #cfa66c;
}
.cid-uHLHMQFMZz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHLHMQFMZz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-sovvOM1jgw {
  padding-top: 105px;
  padding-bottom: 60px;
  background-color: #4f4943;
}
.cid-sovvOM1jgw .text-wrap {
  background-color: #e1dede;
  padding: 3rem 6rem;
}
.cid-sovvOM1jgw .img1 {
  position: absolute;
  left: 0;
  top: 0;
  width: 75%;
  height: 80%;
  object-fit: cover;
}
.cid-sovvOM1jgw .link {
  position: relative;
  width: fit-content;
  display: inline-block;
  padding-right: 2rem;
  cursor: pointer;
}
.cid-sovvOM1jgw .link:before {
  content: "\e966";
  font-family: MobiriseIcons !important;
  position: absolute;
  right: 0rem;
  transition: all 0.3s;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1rem;
  color: currentColor;
}
.cid-sovvOM1jgw .link:hover:before {
  margin-right: -0.4rem;
}
.cid-sovvOM1jgw .mbr-text,
.cid-sovvOM1jgw .link-wrap {
  text-align: center;
  color: #4f4943;
}
.cid-sovvOM1jgw H4 {
  color: #b69b74;
}
@media (max-width: 992px) {
  .cid-sovvOM1jgw .img1 {
    width: 50%;
  }
  .cid-sovvOM1jgw .text-wrap {
    background-color: #e1dede;
    padding: 2rem 2rem;
  }
}
.cid-sovvOM1jgw H1 {
  color: #f7f4f0;
}
.cid-sovwiNy9OI {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #eee8df;
}
.cid-sovwiNy9OI .row {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
.cid-sovwiNy9OI img {
  width: 90%;
}
.cid-sovwiNy9OI .mbr-text,
.cid-sovwiNy9OI .mbr-section-btn {
  color: #4f4943;
}
@media (max-width: 992px) {
  .cid-sovwiNy9OI img {
    width: 100%;
  }
  .cid-sovwiNy9OI .pb-5 {
    padding-bottom: 1rem !important;
  }
}
.cid-sovwiNy9OI H3 {
  color: #4f4943;
}
.cid-sovwiNy9OI H1 {
  color: #4f4943;
  text-align: right;
}
.cid-sovxZeyTlh {
  background-color: #f1eeea;
}
.cid-sovxZeyTlh img {
  width: 90%;
}
.cid-sovxZeyTlh .mbr-text,
.cid-sovxZeyTlh .mbr-section-btn {
  color: #4f4943;
}
@media (max-width: 992px) {
  .cid-sovxZeyTlh img {
    width: 100%;
  }
  .cid-sovxZeyTlh .pb-5 {
    padding-bottom: 1rem !important;
  }
}
.cid-sovxZeyTlh H3 {
  color: #4f4943;
}
.cid-sovxZeyTlh H1 {
  color: #4f4943;
  text-align: right;
}
.cid-sovzsQBJcU {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-sovzsQBJcU .mbr-text {
  color: #767676;
}
.cid-sovzsQBJcU .counter-container ul {
  margin-bottom: 0;
  padding-left: .6rem;
}
.cid-sovzsQBJcU .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
  position: relative;
}
.cid-sovzsQBJcU .counter-container ul li:before {
  position: absolute;
  left: -1.5rem;
  content: '';
  display: inline-block;
  text-align: center;
  margin: 5px 10px;
  line-height: 20px;
  transition: all .2s;
  color: #ffffff;
  background: #4f4943;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: linear-gradient(135deg, #4f4943, #82786e);
}
.cid-sovALwqMk5 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #f1eeea;
}
.cid-sovALwqMk5 .mbr-text,
.cid-sovALwqMk5 .ornament {
  color: #4f4943;
}
.cid-sovBdXuJqr {
  background-image: url("../../../assets/images/lion-couple-800x503.jpg");
}
.cid-sovC5EXk9f {
  padding-top: 30px;
  padding-bottom: 15px;
  background: linear-gradient(0deg, #eee8df, #ffffff);
}
.cid-sovC5EXk9f a {
  text-align: center;
}
.cid-sovC5EXk9f p {
  color: #0a0a0a;
  text-align: center;
}
.cid-sovC5EXk9f span {
  font-size: 2rem;
}
.cid-sovC5EXk9f .mbr-iconfont-social {
  font-size: 20px;
  width: 44px;
  padding-top: 6px;
  display: inline-block;
  line-height: 38px;
  border-radius: 50%;
}
.cid-sovC5EXk9f .socicon-twitter {
  color: #4da7de;
}
.cid-sovC5EXk9f .socicon-facebook {
  color: #3e5b98;
}
.cid-sovC5EXk9f .socicon-googleplus {
  color: #dd4b39;
}
.cid-sovC5EXk9f .socicon-instagram {
  color: #3f729b;
}
.cid-sovC5EXk9f .social-list a:focus {
  text-decoration: none;
}
.cid-sovC5EXk9f .text-copyright {
  width: 100%;
}
.cid-sovC5EXk9f .img-logo-footer {
  margin-right: 1rem;
  max-width: 5rem;
}
.cid-sovC5EXk9f .text-logo-footer {
  display: inline-block;
  vertical-align: middle;
}
.cid-sovC5EXk9f .logo-footer {
  line-height: normal;
}
.cid-sovC5EXk9f .copyright {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sovC5EXk9f .social-btns {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sovC5EXk9f .media-container-row {
  -webkit-align-items: center;
  align-items: center;
}
.cid-sovC5EXk9f .media-container-row a {
  margin: 0 1rem;
}
.cid-t28g2LMlUH {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #343434;
}
.cid-t28g2LMlUH .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-t28g2LMlUH .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
@media (max-width: 767px) {
  .cid-t28g2LMlUH .row {
    text-align: center;
  }
  .cid-t28g2LMlUH .social-row {
    justify-content: center;
  }
}
.cid-t28g2LMlUH .list {
  list-style: none;
  padding-left: 0;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-t28g2LMlUH .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-t28g2LMlUH .list {
    margin-bottom: 0rem;
  }
}
.cid-t28g2LMlUH .mbr-text {
  color: #bbbbbb;
}
.cid-t28g2LMlUH .mbr-iconfont {
  color: black;
}
.cid-t28g2LMlUH .copyright {
  color: #cccccc;
}
.cid-t28g2LMlUH .mbr-section-subtitle {
  color: #cfa66c;
}
.cid-uFMEt1RPJU .navbar {
  padding: .5rem 0;
  background: #232323;
  transition: none;
  min-height: 100px;
}
.cid-uFMEt1RPJU .navbar-dropdown.bg-color.transparent.opened {
  background: #232323;
}
.cid-uFMEt1RPJU a {
  font-style: normal;
}
.cid-uFMEt1RPJU a .link:hover {
  color: inherit!important;
}
.cid-uFMEt1RPJU .dropdown-item:active {
  background: #232323;
}
.cid-uFMEt1RPJU .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-uFMEt1RPJU .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.1rem 0 !important;
  margin: 0.5rem 1.4rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-uFMEt1RPJU .nav-item:focus,
.cid-uFMEt1RPJU .nav-link:focus {
  outline: none;
}
.cid-uFMEt1RPJU .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-uFMEt1RPJU .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-uFMEt1RPJU .menu-logo {
  margin-right: auto;
}
.cid-uFMEt1RPJU .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uFMEt1RPJU .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-uFMEt1RPJU .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-uFMEt1RPJU .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uFMEt1RPJU .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-uFMEt1RPJU .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uFMEt1RPJU .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-uFMEt1RPJU .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-uFMEt1RPJU .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-uFMEt1RPJU .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-uFMEt1RPJU .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uFMEt1RPJU .dropdown .dropdown-menu {
  background: #232323;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-uFMEt1RPJU .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-uFMEt1RPJU .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uFMEt1RPJU .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uFMEt1RPJU .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uFMEt1RPJU .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-uFMEt1RPJU .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-uFMEt1RPJU .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-uFMEt1RPJU .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-uFMEt1RPJU .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uFMEt1RPJU .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-uFMEt1RPJU .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uFMEt1RPJU button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.8rem;
  right: 1rem;
}
.cid-uFMEt1RPJU button.navbar-toggler:focus {
  outline: none;
}
.cid-uFMEt1RPJU button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #cfa66c;
}
.cid-uFMEt1RPJU button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uFMEt1RPJU button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uFMEt1RPJU button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uFMEt1RPJU button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uFMEt1RPJU nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uFMEt1RPJU nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uFMEt1RPJU nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uFMEt1RPJU nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uFMEt1RPJU .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uFMEt1RPJU .collapsed .btn {
  display: -webkit-flex;
}
.cid-uFMEt1RPJU .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uFMEt1RPJU .collapsed .navbar-collapse.collapsing,
.cid-uFMEt1RPJU .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uFMEt1RPJU .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uFMEt1RPJU .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uFMEt1RPJU .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uFMEt1RPJU .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uFMEt1RPJU .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-uFMEt1RPJU .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-uFMEt1RPJU .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uFMEt1RPJU .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-uFMEt1RPJU .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uFMEt1RPJU .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-uFMEt1RPJU .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-uFMEt1RPJU .collapsed button.navbar-toggler {
  display: block;
}
.cid-uFMEt1RPJU .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-uFMEt1RPJU .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uFMEt1RPJU .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-uFMEt1RPJU .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uFMEt1RPJU .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uFMEt1RPJU .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1023px) {
  .cid-uFMEt1RPJU .navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uFMEt1RPJU img {
    height: 3.8rem !important;
  }
  .cid-uFMEt1RPJU .btn {
    display: -webkit-flex;
  }
  .cid-uFMEt1RPJU button.navbar-toggler {
    display: block;
  }
  .cid-uFMEt1RPJU .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-uFMEt1RPJU .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uFMEt1RPJU .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-uFMEt1RPJU .navbar-collapse.collapsing,
  .cid-uFMEt1RPJU .navbar-collapse.show {
    display: block !important;
  }
  .cid-uFMEt1RPJU .navbar-collapse.collapsing .navbar-nav,
  .cid-uFMEt1RPJU .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uFMEt1RPJU .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uFMEt1RPJU .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uFMEt1RPJU .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-uFMEt1RPJU .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-uFMEt1RPJU .navbar-collapse.collapsing .navbar-buttons,
  .cid-uFMEt1RPJU .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-uFMEt1RPJU .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uFMEt1RPJU .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uFMEt1RPJU .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-uFMEt1RPJU .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uFMEt1RPJU .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uFMEt1RPJU .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-uFMEt1RPJU .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-uFMEt1RPJU .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-uFMEt1RPJU .nav-link,
.cid-uFMEt1RPJU .dropdown-item {
  border-bottom: 2px solid transparent;
  transition: all 0.3s;
}
.cid-uFMEt1RPJU .nav-link:hover,
.cid-uFMEt1RPJU .dropdown-item:hover {
  color: #efefef !important;
  border-color: #cfa66c;
}
.cid-sovXJyAzSd {
  overflow-x: hidden !important;
}
.cid-sovXJyAzSd .mbr-section-title {
  color: #4f4943;
}
.cid-sovXJyAzSd .mbr-section-title span {
  color: #cfa66c;
}
.cid-sovXJyAzSd .mbr-text {
  color: #4f4943;
  letter-spacing: 5px;
  font-weight: 100;
}
.cid-sovXJyAzSd .scroll-wrapper {
  top: 0;
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  background-size: cover;
  position: absolute;
  background-repeat: repeat;
  z-index: 0;
  -webkit-animation-duration: 13s !important;
  animation-duration: 13s;
  background-image: url("../../../assets/images/elephants-of-south-luangwa-1-1200x797.jpg");
}
.cid-sovXJyAzSd .scroll-wrapper.second {
  left: calc(100% - 1px);
}
.cid-sovXJyAzSd .mbr-overlay {
  z-index: 1;
}
.cid-sovXJyAzSd .block-content {
  z-index: 2;
}
@keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-webkit-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-moz-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-o-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
.cid-sovXR52TPw {
  padding-top: 90px;
  padding-bottom: 135px;
  background-color: #f1eeea;
}
.cid-sovXR52TPw .container-fluid {
  position: relative;
  padding-right: 10.4rem;
  padding-left: 0;
}
.cid-sovXR52TPw .wrapper {
  position: relative;
}
.cid-sovXR52TPw .img1 {
  width: 100%;
  padding-right: 6rem;
  object-fit: cover;
  height: 800px;
}
.cid-sovXR52TPw .mbr-iconfont {
  font-size: 1.8rem;
  color: #232323;
}
.cid-sovXR52TPw .mbr-iconfont:hover {
  cursor: pointer;
}
.cid-sovXR52TPw .icon1 {
  position: absolute;
  top: 2rem;
  right: 0rem;
}
.cid-sovXR52TPw .icon2 {
  position: absolute;
  top: 5rem;
  right: 0rem;
}
.cid-sovXR52TPw .img2 {
  position: absolute;
  bottom: -4.6rem;
  right: 0;
  width: 400px;
  box-shadow: 2.5px 4.3px 62px 0 rgba(0, 0, 0, 0.22);
}
.cid-sovXR52TPw .title {
  position: absolute;
  right: 0rem;
  transform: rotate(90deg);
  transform-origin: top right;
  top: 26rem;
  padding: 0;
}
.cid-sovXR52TPw .title:before {
  content: '';
  position: absolute;
  background: currentColor;
  top: 50%;
  left: -8.6rem;
  width: 100px;
  height: 2px;
}
@media (max-width: 1400px) {
  .cid-sovXR52TPw .img2 {
    width: 400px;
  }
  .cid-sovXR52TPw .container-fluid {
    padding-right: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-sovXR52TPw .img2 {
    width: 400px;
  }
  .cid-sovXR52TPw .img1 {
    padding-right: 4rem;
  }
}
@media (max-width: 767px) {
  .cid-sovXR52TPw .img1 {
    height: 600px;
    padding-right: 3rem;
  }
  .cid-sovXR52TPw .img2 {
    width: 200px;
  }
  .cid-sovXR52TPw .container-fluid {
    padding-right: 1rem;
  }
}
.cid-sovXR52TPw H1 {
  color: #4f4943;
}
.cid-sovY4ZO0MK {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-sovY4ZO0MK .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-sovY4ZO0MK h4 {
  max-width: 600px;
  margin: auto;
  line-height: 1.4;
}
@media (min-width: 767px) {
  .cid-sovY4ZO0MK .form-check-inline {
    margin-right: 2rem;
  }
  .cid-sovY4ZO0MK .form-control-label {
    display: inline-flex;
    padding-right: 3rem;
    margin-bottom: 0;
    padding-left: 0.4rem;
  }
  .cid-sovY4ZO0MK .check {
    display: flex;
    align-items: flex-end;
  }
}
@media (min-width: 992px) {
  .cid-sovY4ZO0MK .col,
  .cid-sovY4ZO0MK .col-lg-6 {
    max-width: 48%;
  }
  .cid-sovY4ZO0MK .form-group {
    margin-bottom: 0, 5rem;
  }
}
@media (max-width: 992px) {
  .cid-sovY4ZO0MK .check {
    padding-top: 2rem;
    padding-bottom: 2rem;
    text-align: center;
  }
  .cid-sovY4ZO0MK .form-group {
    margin-bottom: 0rem;
  }
}
.cid-sovY4ZO0MK label {
  margin-bottom: 0;
}
.cid-sovY4ZO0MK .form-row {
  justify-content: space-between;
}
.cid-sovY4ZO0MK .form-control,
.cid-sovY4ZO0MK .field-input {
  padding: 0.5rem;
  background-color: #f7f4f0;
  border: none !important;
  border-bottom: 2px solid #343434 !important;
  border-radius: 0;
  color: #343434;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-sovY4ZO0MK .form-control:focus,
.cid-sovY4ZO0MK .field-input:focus {
  color: #343434 !important;
}
.cid-sovY4ZO0MK .form-control:hover,
.cid-sovY4ZO0MK .field-input:hover {
  color: #343434 !important;
}
.cid-sovY4ZO0MK .form-control input::-webkit-input-placeholder,
.cid-sovY4ZO0MK .field-input input::-webkit-input-placeholder,
.cid-sovY4ZO0MK .form-control textarea::-webkit-input-placeholder,
.cid-sovY4ZO0MK .field-input textarea::-webkit-input-placeholder {
  color: #232323;
}
.cid-sovY4ZO0MK .form-control input:-moz-placeholder,
.cid-sovY4ZO0MK .field-input input:-moz-placeholder,
.cid-sovY4ZO0MK .form-control textarea:-moz-placeholder,
.cid-sovY4ZO0MK .field-input textarea:-moz-placeholder {
  color: #232323;
}
.cid-sovY4ZO0MK .form-control:hover,
.cid-sovY4ZO0MK .field-input:hover,
.cid-sovY4ZO0MK .form-control:focus,
.cid-sovY4ZO0MK .field-input:focus {
  background-color: #f1eeea;
  border-color: #343434 !important;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-sovY4ZO0MK .form-control:hover input::-webkit-input-placeholder,
.cid-sovY4ZO0MK .field-input:hover input::-webkit-input-placeholder,
.cid-sovY4ZO0MK .form-control:focus input::-webkit-input-placeholder,
.cid-sovY4ZO0MK .field-input:focus input::-webkit-input-placeholder,
.cid-sovY4ZO0MK .form-control:hover textarea::-webkit-input-placeholder,
.cid-sovY4ZO0MK .field-input:hover textarea::-webkit-input-placeholder,
.cid-sovY4ZO0MK .form-control:focus textarea::-webkit-input-placeholder,
.cid-sovY4ZO0MK .field-input:focus textarea::-webkit-input-placeholder {
  color: #ffffff;
}
.cid-sovY4ZO0MK .form-control:hover input:-moz-placeholder,
.cid-sovY4ZO0MK .field-input:hover input:-moz-placeholder,
.cid-sovY4ZO0MK .form-control:focus input:-moz-placeholder,
.cid-sovY4ZO0MK .field-input:focus input:-moz-placeholder,
.cid-sovY4ZO0MK .form-control:hover textarea:-moz-placeholder,
.cid-sovY4ZO0MK .field-input:hover textarea:-moz-placeholder,
.cid-sovY4ZO0MK .form-control:focus textarea:-moz-placeholder,
.cid-sovY4ZO0MK .field-input:focus textarea:-moz-placeholder {
  color: #ffffff;
}
.cid-sovY4ZO0MK .jq-number__spin:hover,
.cid-sovY4ZO0MK .jq-number__spin:focus {
  background-color: #f1eeea;
  border-color: #343434;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-sovY4ZO0MK .jq-number__spin {
  background-color: #f7f4f0;
  border-color: #343434;
  color: #343434;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-sovY4ZO0MK .jq-selectbox li,
.cid-sovY4ZO0MK .jq-selectbox li {
  background-color: #f7f4f0;
  color: #000000;
}
.cid-sovY4ZO0MK .jq-selectbox li:hover,
.cid-sovY4ZO0MK .jq-selectbox li.selected {
  background-color: #f1eeea;
  color: #000000;
}
.cid-sovY4ZO0MK .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-sovY4ZO0MK .jq-number__spin.minus:hover:after,
.cid-sovY4ZO0MK .jq-number__spin.plus:hover:after {
  border-top-color: #f7f4f0;
  border-bottom-color: #f7f4f0;
}
.cid-sovY4ZO0MK .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-sovY4ZO0MK .jq-number__spin.minus:after,
.cid-sovY4ZO0MK .jq-number__spin.plus:after {
  border-top-color: #f1eeea;
  border-bottom-color: #f1eeea;
}
.cid-sovY4ZO0MK input::-webkit-clear-button {
  display: none;
}
.cid-sovY4ZO0MK input::-webkit-inner-spin-button {
  display: none;
}
.cid-sovY4ZO0MK input::-webkit-outer-spin-button {
  display: none;
}
.cid-sovY4ZO0MK input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-sovY4ZO0MK H5 {
  text-align: center;
}
.cid-sovY4ZO0MK P {
  text-align: center;
}
.cid-sovY4ZO0MK LABEL {
  color: #767676;
}
.cid-sovY4ZO0MK H4 {
  color: #9c9485;
}
.cid-sovXRMmMDP {
  background-image: url("../../../assets/images/raintree-sunset-800x691.jpg");
}
.cid-t28g2LMlUH {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #343434;
}
.cid-t28g2LMlUH .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-t28g2LMlUH .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
@media (max-width: 767px) {
  .cid-t28g2LMlUH .row {
    text-align: center;
  }
  .cid-t28g2LMlUH .social-row {
    justify-content: center;
  }
}
.cid-t28g2LMlUH .list {
  list-style: none;
  padding-left: 0;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-t28g2LMlUH .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-t28g2LMlUH .list {
    margin-bottom: 0rem;
  }
}
.cid-t28g2LMlUH .mbr-text {
  color: #bbbbbb;
}
.cid-t28g2LMlUH .mbr-iconfont {
  color: black;
}
.cid-t28g2LMlUH .copyright {
  color: #cccccc;
}
.cid-t28g2LMlUH .mbr-section-subtitle {
  color: #cfa66c;
}
.cid-uFMEt1RPJU .navbar {
  padding: .5rem 0;
  background: #232323;
  transition: none;
  min-height: 100px;
}
.cid-uFMEt1RPJU .navbar-dropdown.bg-color.transparent.opened {
  background: #232323;
}
.cid-uFMEt1RPJU a {
  font-style: normal;
}
.cid-uFMEt1RPJU a .link:hover {
  color: inherit!important;
}
.cid-uFMEt1RPJU .dropdown-item:active {
  background: #232323;
}
.cid-uFMEt1RPJU .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-uFMEt1RPJU .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.1rem 0 !important;
  margin: 0.5rem 1.4rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-uFMEt1RPJU .nav-item:focus,
.cid-uFMEt1RPJU .nav-link:focus {
  outline: none;
}
.cid-uFMEt1RPJU .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-uFMEt1RPJU .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-uFMEt1RPJU .menu-logo {
  margin-right: auto;
}
.cid-uFMEt1RPJU .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uFMEt1RPJU .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-uFMEt1RPJU .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-uFMEt1RPJU .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uFMEt1RPJU .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-uFMEt1RPJU .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uFMEt1RPJU .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-uFMEt1RPJU .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-uFMEt1RPJU .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-uFMEt1RPJU .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-uFMEt1RPJU .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uFMEt1RPJU .dropdown .dropdown-menu {
  background: #232323;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-uFMEt1RPJU .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-uFMEt1RPJU .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uFMEt1RPJU .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uFMEt1RPJU .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uFMEt1RPJU .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-uFMEt1RPJU .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-uFMEt1RPJU .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-uFMEt1RPJU .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-uFMEt1RPJU .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uFMEt1RPJU .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-uFMEt1RPJU .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uFMEt1RPJU button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.8rem;
  right: 1rem;
}
.cid-uFMEt1RPJU button.navbar-toggler:focus {
  outline: none;
}
.cid-uFMEt1RPJU button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #cfa66c;
}
.cid-uFMEt1RPJU button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uFMEt1RPJU button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uFMEt1RPJU button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uFMEt1RPJU button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uFMEt1RPJU nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uFMEt1RPJU nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uFMEt1RPJU nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uFMEt1RPJU nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uFMEt1RPJU .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uFMEt1RPJU .collapsed .btn {
  display: -webkit-flex;
}
.cid-uFMEt1RPJU .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uFMEt1RPJU .collapsed .navbar-collapse.collapsing,
.cid-uFMEt1RPJU .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uFMEt1RPJU .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uFMEt1RPJU .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uFMEt1RPJU .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uFMEt1RPJU .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uFMEt1RPJU .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-uFMEt1RPJU .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-uFMEt1RPJU .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uFMEt1RPJU .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-uFMEt1RPJU .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uFMEt1RPJU .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-uFMEt1RPJU .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-uFMEt1RPJU .collapsed button.navbar-toggler {
  display: block;
}
.cid-uFMEt1RPJU .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-uFMEt1RPJU .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uFMEt1RPJU .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-uFMEt1RPJU .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uFMEt1RPJU .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uFMEt1RPJU .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1023px) {
  .cid-uFMEt1RPJU .navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uFMEt1RPJU img {
    height: 3.8rem !important;
  }
  .cid-uFMEt1RPJU .btn {
    display: -webkit-flex;
  }
  .cid-uFMEt1RPJU button.navbar-toggler {
    display: block;
  }
  .cid-uFMEt1RPJU .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-uFMEt1RPJU .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uFMEt1RPJU .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-uFMEt1RPJU .navbar-collapse.collapsing,
  .cid-uFMEt1RPJU .navbar-collapse.show {
    display: block !important;
  }
  .cid-uFMEt1RPJU .navbar-collapse.collapsing .navbar-nav,
  .cid-uFMEt1RPJU .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uFMEt1RPJU .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uFMEt1RPJU .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uFMEt1RPJU .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-uFMEt1RPJU .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-uFMEt1RPJU .navbar-collapse.collapsing .navbar-buttons,
  .cid-uFMEt1RPJU .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-uFMEt1RPJU .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uFMEt1RPJU .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uFMEt1RPJU .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-uFMEt1RPJU .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uFMEt1RPJU .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uFMEt1RPJU .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-uFMEt1RPJU .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-uFMEt1RPJU .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-uFMEt1RPJU .nav-link,
.cid-uFMEt1RPJU .dropdown-item {
  border-bottom: 2px solid transparent;
  transition: all 0.3s;
}
.cid-uFMEt1RPJU .nav-link:hover,
.cid-uFMEt1RPJU .dropdown-item:hover {
  color: #efefef !important;
  border-color: #cfa66c;
}
.cid-sihIUXPZFV {
  overflow-x: hidden !important;
}
.cid-sihIUXPZFV .mbr-section-title {
  color: #4f4943;
}
.cid-sihIUXPZFV .mbr-section-title span {
  color: #cfa66c;
}
.cid-sihIUXPZFV .mbr-text {
  color: #4f4943;
  letter-spacing: 5px;
  font-weight: 100;
}
.cid-sihIUXPZFV .scroll-wrapper {
  top: 0;
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  background-size: cover;
  position: absolute;
  background-repeat: repeat;
  z-index: 0;
  -webkit-animation-duration: 13s !important;
  animation-duration: 13s;
  background-image: url("../../../assets/images/elephants-of-south-luangwa-1-1200x797.jpg");
}
.cid-sihIUXPZFV .scroll-wrapper.second {
  left: calc(100% - 1px);
}
.cid-sihIUXPZFV .mbr-overlay {
  z-index: 1;
}
.cid-sihIUXPZFV .block-content {
  z-index: 2;
}
@keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-webkit-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-moz-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-o-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
.cid-sitcNbVTeg {
  background-color: #f1eeea;
}
.cid-sitcNbVTeg .container-fluid {
  position: relative;
  padding-right: 10.4rem;
  padding-left: 0;
}
.cid-sitcNbVTeg .wrapper {
  position: relative;
}
.cid-sitcNbVTeg .img1 {
  width: 100%;
  padding-right: 6rem;
  object-fit: cover;
  height: 800px;
}
.cid-sitcNbVTeg .mbr-iconfont {
  font-size: 1.8rem;
  color: #232323;
}
.cid-sitcNbVTeg .mbr-iconfont:hover {
  cursor: pointer;
}
.cid-sitcNbVTeg .icon1 {
  position: absolute;
  top: 2rem;
  right: 0rem;
}
.cid-sitcNbVTeg .icon2 {
  position: absolute;
  top: 5rem;
  right: 0rem;
}
.cid-sitcNbVTeg .img2 {
  position: absolute;
  bottom: -4.6rem;
  right: 0;
  width: 400px;
  box-shadow: 2.5px 4.3px 62px 0 rgba(0, 0, 0, 0.22);
}
.cid-sitcNbVTeg .title {
  position: absolute;
  right: 0rem;
  transform: rotate(90deg);
  transform-origin: top right;
  top: 26rem;
  padding: 0;
}
.cid-sitcNbVTeg .title:before {
  content: '';
  position: absolute;
  background: currentColor;
  top: 50%;
  left: -8.6rem;
  width: 100px;
  height: 2px;
}
@media (max-width: 1400px) {
  .cid-sitcNbVTeg .img2 {
    width: 400px;
  }
  .cid-sitcNbVTeg .container-fluid {
    padding-right: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-sitcNbVTeg .img2 {
    width: 400px;
  }
  .cid-sitcNbVTeg .img1 {
    padding-right: 4rem;
  }
}
@media (max-width: 767px) {
  .cid-sitcNbVTeg .img1 {
    height: 600px;
    padding-right: 3rem;
  }
  .cid-sitcNbVTeg .img2 {
    width: 200px;
  }
  .cid-sitcNbVTeg .container-fluid {
    padding-right: 1rem;
  }
}
.cid-sitcNbVTeg H1 {
  color: #4f4943;
}
.cid-sitcoyMpKr {
  padding-top: 75px;
  padding-bottom: 15px;
  background-color: #f1eeea;
}
.cid-sitcoyMpKr span {
  color: #c1c1c1;
}
.cid-sitcoyMpKr .flex-block {
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.cid-sitcoyMpKr .flex-block span {
  font-size: 3rem;
  margin-right: 3rem;
}
@media (min-width: 577px) {
  .cid-sitcoyMpKr .flex-block span {
    margin-left: 2rem;
  }
}
.cid-sitcoyMpKr .block-quote {
  color: #4f4943;
  text-align: left;
}
.cid-sitd7zHIrY {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #eee8df;
}
.cid-sitd7zHIrY .row {
  padding: 0 1rem;
  justify-content: center;
}
.cid-sitd7zHIrY .card {
  margin-bottom: 2.5rem;
  padding: 0;
}
.cid-sitd7zHIrY .card .card-block {
  -webkit-flex-grow: 0;
  flex-grow: 0;
}
.cid-sitd7zHIrY .card .card-block .photo {
  display: inline-block;
  margin-bottom: 1.4rem;
  overflow: hidden;
}
.cid-sitd7zHIrY .card .card-block .photo img {
  width: 100%;
  min-width: 100%;
  height: 320px;
  object-fit: cover;
  min-height: 100%;
  transition: all 0.3s;
}
.cid-sitd7zHIrY .title {
  max-width: 800px;
  margin: auto;
}
.cid-sitd7zHIrY .text-wrap {
  padding: 0 1rem;
}
.cid-sitd7zHIrY .link {
  position: relative;
  width: fit-content;
  display: inline-block;
  padding-right: 2rem;
  cursor: pointer;
}
.cid-sitd7zHIrY .link:before {
  content: '\e966';
  font-family: MobiriseIcons !important;
  position: absolute;
  right: 0rem;
  transition: all 0.3s;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1rem;
  color: currentColor;
}
.cid-sitd7zHIrY .link:hover:before {
  margin-right: -0.4rem;
}
.cid-sitd7zHIrY .card-block:hover img {
  transform: scale(1.1);
}
.cid-sitd7zHIrY H4 {
  color: #b69b74;
}
@media (max-width: 992px) {
  .cid-sitd7zHIrY .md-pb {
    margin-bottom: 2rem !important;
  }
}
.cid-sitd7zHIrY H2 {
  color: #4f4943;
}
.cid-sitd7zHIrY .mbr-section-subtitle {
  color: #4f4943;
}
.cid-sitguagI2P {
  background-image: url("../../../assets/images/sunset-lagoon-600x398.jpg");
}
.cid-siG0LcheYw {
  padding-top: 30px;
  padding-bottom: 15px;
  background: linear-gradient(0deg, #eee8df, #ffffff);
}
.cid-siG0LcheYw a {
  text-align: center;
}
.cid-siG0LcheYw p {
  color: #0a0a0a;
  text-align: center;
}
.cid-siG0LcheYw span {
  font-size: 2rem;
}
.cid-siG0LcheYw .mbr-iconfont-social {
  font-size: 20px;
  width: 44px;
  padding-top: 6px;
  display: inline-block;
  line-height: 38px;
  border-radius: 50%;
}
.cid-siG0LcheYw .socicon-twitter {
  color: #4da7de;
}
.cid-siG0LcheYw .socicon-facebook {
  color: #3e5b98;
}
.cid-siG0LcheYw .socicon-googleplus {
  color: #dd4b39;
}
.cid-siG0LcheYw .socicon-instagram {
  color: #3f729b;
}
.cid-siG0LcheYw .social-list a:focus {
  text-decoration: none;
}
.cid-siG0LcheYw .text-copyright {
  width: 100%;
}
.cid-siG0LcheYw .img-logo-footer {
  margin-right: 1rem;
  max-width: 5rem;
}
.cid-siG0LcheYw .text-logo-footer {
  display: inline-block;
  vertical-align: middle;
}
.cid-siG0LcheYw .logo-footer {
  line-height: normal;
}
.cid-siG0LcheYw .copyright {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-siG0LcheYw .social-btns {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-siG0LcheYw .media-container-row {
  -webkit-align-items: center;
  align-items: center;
}
.cid-siG0LcheYw .media-container-row a {
  margin: 0 1rem;
}
.cid-t28g2LMlUH {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #343434;
}
.cid-t28g2LMlUH .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-t28g2LMlUH .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
@media (max-width: 767px) {
  .cid-t28g2LMlUH .row {
    text-align: center;
  }
  .cid-t28g2LMlUH .social-row {
    justify-content: center;
  }
}
.cid-t28g2LMlUH .list {
  list-style: none;
  padding-left: 0;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-t28g2LMlUH .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-t28g2LMlUH .list {
    margin-bottom: 0rem;
  }
}
.cid-t28g2LMlUH .mbr-text {
  color: #bbbbbb;
}
.cid-t28g2LMlUH .mbr-iconfont {
  color: black;
}
.cid-t28g2LMlUH .copyright {
  color: #cccccc;
}
.cid-t28g2LMlUH .mbr-section-subtitle {
  color: #cfa66c;
}
.cid-uFMEt1RPJU .navbar {
  padding: .5rem 0;
  background: #232323;
  transition: none;
  min-height: 100px;
}
.cid-uFMEt1RPJU .navbar-dropdown.bg-color.transparent.opened {
  background: #232323;
}
.cid-uFMEt1RPJU a {
  font-style: normal;
}
.cid-uFMEt1RPJU a .link:hover {
  color: inherit!important;
}
.cid-uFMEt1RPJU .dropdown-item:active {
  background: #232323;
}
.cid-uFMEt1RPJU .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-uFMEt1RPJU .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.1rem 0 !important;
  margin: 0.5rem 1.4rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-uFMEt1RPJU .nav-item:focus,
.cid-uFMEt1RPJU .nav-link:focus {
  outline: none;
}
.cid-uFMEt1RPJU .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-uFMEt1RPJU .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-uFMEt1RPJU .menu-logo {
  margin-right: auto;
}
.cid-uFMEt1RPJU .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uFMEt1RPJU .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-uFMEt1RPJU .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-uFMEt1RPJU .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uFMEt1RPJU .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-uFMEt1RPJU .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uFMEt1RPJU .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-uFMEt1RPJU .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-uFMEt1RPJU .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-uFMEt1RPJU .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-uFMEt1RPJU .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uFMEt1RPJU .dropdown .dropdown-menu {
  background: #232323;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-uFMEt1RPJU .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-uFMEt1RPJU .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uFMEt1RPJU .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uFMEt1RPJU .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uFMEt1RPJU .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-uFMEt1RPJU .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-uFMEt1RPJU .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-uFMEt1RPJU .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-uFMEt1RPJU .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uFMEt1RPJU .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-uFMEt1RPJU .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uFMEt1RPJU button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.8rem;
  right: 1rem;
}
.cid-uFMEt1RPJU button.navbar-toggler:focus {
  outline: none;
}
.cid-uFMEt1RPJU button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #cfa66c;
}
.cid-uFMEt1RPJU button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uFMEt1RPJU button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uFMEt1RPJU button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uFMEt1RPJU button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uFMEt1RPJU nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uFMEt1RPJU nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uFMEt1RPJU nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uFMEt1RPJU nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uFMEt1RPJU .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uFMEt1RPJU .collapsed .btn {
  display: -webkit-flex;
}
.cid-uFMEt1RPJU .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uFMEt1RPJU .collapsed .navbar-collapse.collapsing,
.cid-uFMEt1RPJU .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uFMEt1RPJU .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uFMEt1RPJU .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uFMEt1RPJU .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uFMEt1RPJU .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uFMEt1RPJU .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-uFMEt1RPJU .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-uFMEt1RPJU .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uFMEt1RPJU .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-uFMEt1RPJU .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uFMEt1RPJU .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-uFMEt1RPJU .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-uFMEt1RPJU .collapsed button.navbar-toggler {
  display: block;
}
.cid-uFMEt1RPJU .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-uFMEt1RPJU .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uFMEt1RPJU .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-uFMEt1RPJU .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uFMEt1RPJU .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uFMEt1RPJU .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1023px) {
  .cid-uFMEt1RPJU .navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uFMEt1RPJU img {
    height: 3.8rem !important;
  }
  .cid-uFMEt1RPJU .btn {
    display: -webkit-flex;
  }
  .cid-uFMEt1RPJU button.navbar-toggler {
    display: block;
  }
  .cid-uFMEt1RPJU .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-uFMEt1RPJU .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uFMEt1RPJU .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-uFMEt1RPJU .navbar-collapse.collapsing,
  .cid-uFMEt1RPJU .navbar-collapse.show {
    display: block !important;
  }
  .cid-uFMEt1RPJU .navbar-collapse.collapsing .navbar-nav,
  .cid-uFMEt1RPJU .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uFMEt1RPJU .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uFMEt1RPJU .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uFMEt1RPJU .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-uFMEt1RPJU .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-uFMEt1RPJU .navbar-collapse.collapsing .navbar-buttons,
  .cid-uFMEt1RPJU .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-uFMEt1RPJU .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uFMEt1RPJU .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uFMEt1RPJU .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-uFMEt1RPJU .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uFMEt1RPJU .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uFMEt1RPJU .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-uFMEt1RPJU .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-uFMEt1RPJU .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-uFMEt1RPJU .nav-link,
.cid-uFMEt1RPJU .dropdown-item {
  border-bottom: 2px solid transparent;
  transition: all 0.3s;
}
.cid-uFMEt1RPJU .nav-link:hover,
.cid-uFMEt1RPJU .dropdown-item:hover {
  color: #efefef !important;
  border-color: #cfa66c;
}
.cid-sowdUhMwEe {
  overflow-x: hidden !important;
}
.cid-sowdUhMwEe .mbr-section-title {
  color: #4f4943;
}
.cid-sowdUhMwEe .mbr-section-title span {
  color: #cfa66c;
}
.cid-sowdUhMwEe .mbr-text {
  color: #4f4943;
  letter-spacing: 5px;
  font-weight: 100;
}
.cid-sowdUhMwEe .scroll-wrapper {
  top: 0;
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  background-size: cover;
  position: absolute;
  background-repeat: repeat;
  z-index: 0;
  -webkit-animation-duration: 13s !important;
  animation-duration: 13s;
  background-image: url("../../../assets/images/elephants-of-south-luangwa-1-1200x797.jpg");
}
.cid-sowdUhMwEe .scroll-wrapper.second {
  left: calc(100% - 1px);
}
.cid-sowdUhMwEe .mbr-overlay {
  z-index: 1;
}
.cid-sowdUhMwEe .block-content {
  z-index: 2;
}
@keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-webkit-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-moz-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-o-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
.cid-sowe2mfHVR {
  padding-top: 90px;
  padding-bottom: 135px;
  background-color: #f1eeea;
}
.cid-sowe2mfHVR .container-fluid {
  position: relative;
  padding-right: 10.4rem;
  padding-left: 0;
}
.cid-sowe2mfHVR .wrapper {
  position: relative;
}
.cid-sowe2mfHVR .img1 {
  width: 100%;
  padding-right: 6rem;
  object-fit: cover;
  height: 800px;
}
.cid-sowe2mfHVR .mbr-iconfont {
  font-size: 1.8rem;
  color: #232323;
}
.cid-sowe2mfHVR .mbr-iconfont:hover {
  cursor: pointer;
}
.cid-sowe2mfHVR .icon1 {
  position: absolute;
  top: 2rem;
  right: 0rem;
}
.cid-sowe2mfHVR .icon2 {
  position: absolute;
  top: 5rem;
  right: 0rem;
}
.cid-sowe2mfHVR .img2 {
  position: absolute;
  bottom: -4.6rem;
  right: 0;
  width: 400px;
  box-shadow: 2.5px 4.3px 62px 0 rgba(0, 0, 0, 0.22);
}
.cid-sowe2mfHVR .title {
  position: absolute;
  right: 0rem;
  transform: rotate(90deg);
  transform-origin: top right;
  top: 26rem;
  padding: 0;
}
.cid-sowe2mfHVR .title:before {
  content: '';
  position: absolute;
  background: currentColor;
  top: 50%;
  left: -8.6rem;
  width: 100px;
  height: 2px;
}
@media (max-width: 1400px) {
  .cid-sowe2mfHVR .img2 {
    width: 400px;
  }
  .cid-sowe2mfHVR .container-fluid {
    padding-right: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-sowe2mfHVR .img2 {
    width: 400px;
  }
  .cid-sowe2mfHVR .img1 {
    padding-right: 4rem;
  }
}
@media (max-width: 767px) {
  .cid-sowe2mfHVR .img1 {
    height: 600px;
    padding-right: 3rem;
  }
  .cid-sowe2mfHVR .img2 {
    width: 200px;
  }
  .cid-sowe2mfHVR .container-fluid {
    padding-right: 1rem;
  }
}
.cid-sowe2mfHVR H1 {
  color: #4f4943;
}
.cid-sowec5nsj1 {
  z-index: 1;
  background-image: url("../../../assets/images/sunset-sitemap-1024x763.jpg");
}
.cid-sowec5nsj1 .mbr-arrow {
  background: #232323 !important;
  opacity: .7;
}
.cid-sowec5nsj1 .mbr-arrow i {
  color: #ffffff !important;
}
.cid-sowec5nsj1 .underline .line {
  width: 2rem;
  height: 1px;
  background: #ffffff;
  display: inline-block;
}
.cid-sowec5nsj1 .input-wrap {
  background: #fcfcfc;
}
.cid-sowec5nsj1 .booking-datepicker .mbr-form {
  width: 100%;
}
.cid-sowec5nsj1 .booking-datepicker .mbr-form .input-wrap {
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  overflow: hidden;
}
.cid-sowec5nsj1 .booking-datepicker .mbr-form .input-wrap input {
  border: none;
  position: absolute;
  background: transparent;
  z-index: 2;
  left: -90px;
  top: 25%;
  height: 50%;
  width: calc(100% + 90px);
  color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}
.cid-sowec5nsj1 .booking-datepicker .mbr-form .input-wrap input.guests-input {
  z-index: 0;
}
.cid-sowec5nsj1 .booking-datepicker .mbr-form .input-wrap input::-webkit-input-placeholder {
  color: transparent;
}
.cid-sowec5nsj1 .booking-datepicker .mbr-form .input-wrap input::-moz-placeholder {
  color: transparent;
}
.cid-sowec5nsj1 .booking-datepicker .mbr-form .input-wrap input:-moz-placeholder {
  color: transparent;
}
.cid-sowec5nsj1 .booking-datepicker .mbr-form .input-wrap input:-ms-input-placeholder {
  color: transparent;
}
.cid-sowec5nsj1 .booking-datepicker .mbr-form .input-wrap .label {
  z-index: 1;
  color: #000000;
}
.cid-sowec5nsj1 .booking-datepicker .mbr-form .input-wrap .date-row {
  display: inline-flex;
  color: #000000;
  z-index: 1;
}
.cid-sowec5nsj1 .booking-datepicker .mbr-form .input-wrap .date-row .day,
.cid-sowec5nsj1 .booking-datepicker .mbr-form .input-wrap .date-row .guests-count {
  margin-bottom: 0;
  margin-right: 1rem;
}
.cid-sowec5nsj1 .booking-datepicker .mbr-form .input-wrap .date-row .date-col {
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sowec5nsj1 .booking-datepicker .mbr-form .input-wrap .date-row .date-col span:first-child {
  margin-bottom: 1rem;
}
.cid-sowec5nsj1 .booking-datepicker .mbr-form .mbr-section-btn {
  margin: 0;
  width: 100%;
  display: flex;
}
.cid-sowec5nsj1 .booking-datepicker .mbr-form .mbr-section-btn .input-group-btn {
  display: flex;
}
.cid-sowec5nsj1 .booking-datepicker .mbr-form .mbr-section-btn .input-group-btn .btn {
  height: 100%;
  padding: 10px 15px;
  white-space: pre-wrap;
  line-height: 18px;
  margin: 0 !important;
  font-weight: 300;
  border-radius: 0 !important;
}
.cid-sowec5nsj1 .datepicker {
  background-color: #ffffff;
  color: #000000;
}
.cid-sowec5nsj1 .datepicker .active.day {
  background-color: #2b6477 !important;
  color: #ffffff !important;
}
.cid-sowec5nsj1 .datepicker:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-sowec5nsj1 .email input {
  width: 100%;
  border: none;
  outline: none;
  padding: 10px 15px;
}
.cid-sowec5nsj1 .email input::-webkit-input-placeholder {
  font-weight: 200;
}
.cid-sowec5nsj1 .check-in-input,
.cid-sowec5nsj1 .check-out-input,
.cid-sowec5nsj1 .guests .date-col span {
  cursor: pointer;
}
@media (min-width: 768px) {
  .cid-sowec5nsj1 .booking-datepicker input:not(.guests-input):not([name="email"]) {
    border-right: 1px solid #cccccc !important;
  }
}
@media (max-width: 767px) {
  .cid-sowec5nsj1 .booking-datepicker .mbr-form .mbr-section-btn {
    justify-content: center;
    padding: 0.5rem 0 0 0;
    margin: 0;
    order: 1;
  }
  .cid-sowec5nsj1 .booking-datepicker .mbr-form .mbr-section-btn .input-group-btn {
    width: 100%;
  }
  .cid-sowec5nsj1 .booking-datepicker .mbr-form .mbr-section-btn .input-group-btn .btn {
    width: 100%;
    padding: 1rem;
  }
  .cid-sowec5nsj1 .input-wrap {
    margin-bottom: 0.5rem;
  }
  .cid-sowec5nsj1 .email input {
    border-radius: 0;
  }
}
@media (max-width: 575px) {
  .cid-sowec5nsj1 .datepicker {
    left: 10% !important;
  }
}
.cid-sowec5nsj1 .mbr-section-subtitle,
.cid-sowec5nsj1 .underline {
  color: #f7f4f0;
}
.cid-ssKSnggfnV {
  padding-top: 30px;
  padding-bottom: 15px;
  background: linear-gradient(0deg, #eee8df, #ffffff);
}
.cid-ssKSnggfnV a {
  text-align: center;
}
.cid-ssKSnggfnV p {
  color: #0a0a0a;
  text-align: center;
}
.cid-ssKSnggfnV span {
  font-size: 2rem;
}
.cid-ssKSnggfnV .mbr-iconfont-social {
  font-size: 20px;
  width: 44px;
  padding-top: 6px;
  display: inline-block;
  line-height: 38px;
  border-radius: 50%;
}
.cid-ssKSnggfnV .socicon-twitter {
  color: #4da7de;
}
.cid-ssKSnggfnV .socicon-facebook {
  color: #3e5b98;
}
.cid-ssKSnggfnV .socicon-googleplus {
  color: #dd4b39;
}
.cid-ssKSnggfnV .socicon-instagram {
  color: #3f729b;
}
.cid-ssKSnggfnV .social-list a:focus {
  text-decoration: none;
}
.cid-ssKSnggfnV .text-copyright {
  width: 100%;
}
.cid-ssKSnggfnV .img-logo-footer {
  margin-right: 1rem;
  max-width: 5rem;
}
.cid-ssKSnggfnV .text-logo-footer {
  display: inline-block;
  vertical-align: middle;
}
.cid-ssKSnggfnV .logo-footer {
  line-height: normal;
}
.cid-ssKSnggfnV .copyright {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-ssKSnggfnV .social-btns {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-ssKSnggfnV .media-container-row {
  -webkit-align-items: center;
  align-items: center;
}
.cid-ssKSnggfnV .media-container-row a {
  margin: 0 1rem;
}
.cid-t28g2LMlUH {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #343434;
}
.cid-t28g2LMlUH .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-t28g2LMlUH .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
@media (max-width: 767px) {
  .cid-t28g2LMlUH .row {
    text-align: center;
  }
  .cid-t28g2LMlUH .social-row {
    justify-content: center;
  }
}
.cid-t28g2LMlUH .list {
  list-style: none;
  padding-left: 0;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-t28g2LMlUH .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-t28g2LMlUH .list {
    margin-bottom: 0rem;
  }
}
.cid-t28g2LMlUH .mbr-text {
  color: #bbbbbb;
}
.cid-t28g2LMlUH .mbr-iconfont {
  color: black;
}
.cid-t28g2LMlUH .copyright {
  color: #cccccc;
}
.cid-t28g2LMlUH .mbr-section-subtitle {
  color: #cfa66c;
}
.cid-uFMEt1RPJU .navbar {
  padding: .5rem 0;
  background: #232323;
  transition: none;
  min-height: 100px;
}
.cid-uFMEt1RPJU .navbar-dropdown.bg-color.transparent.opened {
  background: #232323;
}
.cid-uFMEt1RPJU a {
  font-style: normal;
}
.cid-uFMEt1RPJU a .link:hover {
  color: inherit!important;
}
.cid-uFMEt1RPJU .dropdown-item:active {
  background: #232323;
}
.cid-uFMEt1RPJU .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-uFMEt1RPJU .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.1rem 0 !important;
  margin: 0.5rem 1.4rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-uFMEt1RPJU .nav-item:focus,
.cid-uFMEt1RPJU .nav-link:focus {
  outline: none;
}
.cid-uFMEt1RPJU .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-uFMEt1RPJU .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-uFMEt1RPJU .menu-logo {
  margin-right: auto;
}
.cid-uFMEt1RPJU .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uFMEt1RPJU .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-uFMEt1RPJU .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-uFMEt1RPJU .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uFMEt1RPJU .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-uFMEt1RPJU .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uFMEt1RPJU .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-uFMEt1RPJU .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-uFMEt1RPJU .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-uFMEt1RPJU .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-uFMEt1RPJU .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uFMEt1RPJU .dropdown .dropdown-menu {
  background: #232323;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-uFMEt1RPJU .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-uFMEt1RPJU .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uFMEt1RPJU .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uFMEt1RPJU .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uFMEt1RPJU .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-uFMEt1RPJU .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-uFMEt1RPJU .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-uFMEt1RPJU .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-uFMEt1RPJU .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uFMEt1RPJU .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-uFMEt1RPJU .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uFMEt1RPJU button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.8rem;
  right: 1rem;
}
.cid-uFMEt1RPJU button.navbar-toggler:focus {
  outline: none;
}
.cid-uFMEt1RPJU button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #cfa66c;
}
.cid-uFMEt1RPJU button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uFMEt1RPJU button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uFMEt1RPJU button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uFMEt1RPJU button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uFMEt1RPJU nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uFMEt1RPJU nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uFMEt1RPJU nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uFMEt1RPJU nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uFMEt1RPJU .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uFMEt1RPJU .collapsed .btn {
  display: -webkit-flex;
}
.cid-uFMEt1RPJU .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uFMEt1RPJU .collapsed .navbar-collapse.collapsing,
.cid-uFMEt1RPJU .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uFMEt1RPJU .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uFMEt1RPJU .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uFMEt1RPJU .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uFMEt1RPJU .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uFMEt1RPJU .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-uFMEt1RPJU .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-uFMEt1RPJU .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uFMEt1RPJU .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-uFMEt1RPJU .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uFMEt1RPJU .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-uFMEt1RPJU .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-uFMEt1RPJU .collapsed button.navbar-toggler {
  display: block;
}
.cid-uFMEt1RPJU .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-uFMEt1RPJU .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uFMEt1RPJU .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-uFMEt1RPJU .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uFMEt1RPJU .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uFMEt1RPJU .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1023px) {
  .cid-uFMEt1RPJU .navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uFMEt1RPJU img {
    height: 3.8rem !important;
  }
  .cid-uFMEt1RPJU .btn {
    display: -webkit-flex;
  }
  .cid-uFMEt1RPJU button.navbar-toggler {
    display: block;
  }
  .cid-uFMEt1RPJU .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-uFMEt1RPJU .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uFMEt1RPJU .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-uFMEt1RPJU .navbar-collapse.collapsing,
  .cid-uFMEt1RPJU .navbar-collapse.show {
    display: block !important;
  }
  .cid-uFMEt1RPJU .navbar-collapse.collapsing .navbar-nav,
  .cid-uFMEt1RPJU .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uFMEt1RPJU .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uFMEt1RPJU .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uFMEt1RPJU .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-uFMEt1RPJU .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-uFMEt1RPJU .navbar-collapse.collapsing .navbar-buttons,
  .cid-uFMEt1RPJU .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-uFMEt1RPJU .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uFMEt1RPJU .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uFMEt1RPJU .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-uFMEt1RPJU .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uFMEt1RPJU .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uFMEt1RPJU .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-uFMEt1RPJU .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-uFMEt1RPJU .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-uFMEt1RPJU .nav-link,
.cid-uFMEt1RPJU .dropdown-item {
  border-bottom: 2px solid transparent;
  transition: all 0.3s;
}
.cid-uFMEt1RPJU .nav-link:hover,
.cid-uFMEt1RPJU .dropdown-item:hover {
  color: #efefef !important;
  border-color: #cfa66c;
}
.cid-siLQ7lYmgT {
  overflow-x: hidden !important;
}
.cid-siLQ7lYmgT .mbr-section-title {
  color: #4f4943;
}
.cid-siLQ7lYmgT .mbr-section-title span {
  color: #cfa66c;
}
.cid-siLQ7lYmgT .mbr-text {
  color: #4f4943;
  letter-spacing: 5px;
  font-weight: 100;
}
.cid-siLQ7lYmgT .scroll-wrapper {
  top: 0;
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  background-size: cover;
  position: absolute;
  background-repeat: repeat;
  z-index: 0;
  -webkit-animation-duration: 13s !important;
  animation-duration: 13s;
  background-image: url("../../../assets/images/elephants-of-south-luangwa-1-1200x797.jpg");
}
.cid-siLQ7lYmgT .scroll-wrapper.second {
  left: calc(100% - 1px);
}
.cid-siLQ7lYmgT .mbr-overlay {
  z-index: 1;
}
.cid-siLQ7lYmgT .block-content {
  z-index: 2;
}
@keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-webkit-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-moz-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-o-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
.cid-siLQ7mj6gU {
  padding-top: 90px;
  padding-bottom: 135px;
  background-color: #f1eeea;
}
.cid-siLQ7mj6gU .container-fluid {
  position: relative;
  padding-right: 10.4rem;
  padding-left: 0;
}
.cid-siLQ7mj6gU .wrapper {
  position: relative;
}
.cid-siLQ7mj6gU .img1 {
  width: 100%;
  padding-right: 6rem;
  object-fit: cover;
  height: 800px;
}
.cid-siLQ7mj6gU .mbr-iconfont {
  font-size: 1.8rem;
  color: #232323;
}
.cid-siLQ7mj6gU .mbr-iconfont:hover {
  cursor: pointer;
}
.cid-siLQ7mj6gU .icon1 {
  position: absolute;
  top: 2rem;
  right: 0rem;
}
.cid-siLQ7mj6gU .icon2 {
  position: absolute;
  top: 5rem;
  right: 0rem;
}
.cid-siLQ7mj6gU .img2 {
  position: absolute;
  bottom: -4.6rem;
  right: 0;
  width: 400px;
  box-shadow: 2.5px 4.3px 62px 0 rgba(0, 0, 0, 0.22);
}
.cid-siLQ7mj6gU .title {
  position: absolute;
  right: 0rem;
  transform: rotate(90deg);
  transform-origin: top right;
  top: 26rem;
  padding: 0;
}
.cid-siLQ7mj6gU .title:before {
  content: '';
  position: absolute;
  background: currentColor;
  top: 50%;
  left: -8.6rem;
  width: 100px;
  height: 2px;
}
@media (max-width: 1400px) {
  .cid-siLQ7mj6gU .img2 {
    width: 400px;
  }
  .cid-siLQ7mj6gU .container-fluid {
    padding-right: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-siLQ7mj6gU .img2 {
    width: 400px;
  }
  .cid-siLQ7mj6gU .img1 {
    padding-right: 4rem;
  }
}
@media (max-width: 767px) {
  .cid-siLQ7mj6gU .img1 {
    height: 600px;
    padding-right: 3rem;
  }
  .cid-siLQ7mj6gU .img2 {
    width: 200px;
  }
  .cid-siLQ7mj6gU .container-fluid {
    padding-right: 1rem;
  }
}
.cid-siLQ7mj6gU H1 {
  color: #4f4943;
}
.cid-siLQ7mAbxW {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #f7f4f0;
}
.cid-siLQ7mAbxW span {
  color: #c1c1c1;
}
.cid-siLQ7mAbxW .flex-block {
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.cid-siLQ7mAbxW .flex-block span {
  font-size: 3rem;
  margin-right: 3rem;
}
@media (min-width: 577px) {
  .cid-siLQ7mAbxW .flex-block span {
    margin-left: 2rem;
  }
}
.cid-siLQ7mAbxW .block-quote {
  color: #4f4943;
  text-align: center;
}
.cid-siLQ7mMik3 {
  padding-top: 135px;
  padding-bottom: 135px;
  background-image: url("../../../assets/images/local-shopping-600x800.jpg");
}
.cid-sranthFvgw {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-sranthFvgw .mbr-text,
.cid-sranthFvgw .ornament {
  color: #4f4943;
}
.cid-siLQ7n23mN {
  padding-top: 105px;
  padding-bottom: 45px;
  background-color: #f1eeea;
}
.cid-siLQ7n23mN .text-wrap {
  background-color: #656b50;
  padding: 3rem 6rem;
}
.cid-siLQ7n23mN .img1 {
  position: absolute;
  left: 0;
  top: 0;
  width: 75%;
  height: 80%;
  object-fit: cover;
}
.cid-siLQ7n23mN .link {
  position: relative;
  width: fit-content;
  display: inline-block;
  padding-right: 2rem;
  cursor: pointer;
}
.cid-siLQ7n23mN .link:before {
  content: '\e966';
  font-family: MobiriseIcons !important;
  position: absolute;
  right: 0rem;
  transition: all 0.3s;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1rem;
  color: currentColor;
}
.cid-siLQ7n23mN .link:hover:before {
  margin-right: -0.4rem;
}
.cid-siLQ7n23mN .mbr-text,
.cid-siLQ7n23mN .link-wrap {
  text-align: center;
}
.cid-siLQ7n23mN H4 {
  color: #b69b74;
}
@media (max-width: 992px) {
  .cid-siLQ7n23mN .img1 {
    width: 50%;
  }
  .cid-siLQ7n23mN .text-wrap {
    background-color: #656b50;
    padding: 2rem 2rem;
  }
}
.cid-siLQ7nhtd2 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-siLQ7nhtd2 .mbr-text,
.cid-siLQ7nhtd2 .ornament {
  color: #4f4943;
}
.cid-siLRoOD2m1 {
  background-image: url("../../../assets/images/south-luangwa-gate-1200x899.jpg");
}
.cid-siLQ7ntW5z {
  padding-top: 30px;
  padding-bottom: 15px;
  background: linear-gradient(0deg, #eee8df, #ffffff);
}
.cid-siLQ7ntW5z a {
  text-align: center;
}
.cid-siLQ7ntW5z p {
  color: #0a0a0a;
  text-align: center;
}
.cid-siLQ7ntW5z span {
  font-size: 2rem;
}
.cid-siLQ7ntW5z .mbr-iconfont-social {
  font-size: 20px;
  width: 44px;
  padding-top: 6px;
  display: inline-block;
  line-height: 38px;
  border-radius: 50%;
}
.cid-siLQ7ntW5z .socicon-twitter {
  color: #4da7de;
}
.cid-siLQ7ntW5z .socicon-facebook {
  color: #3e5b98;
}
.cid-siLQ7ntW5z .socicon-googleplus {
  color: #dd4b39;
}
.cid-siLQ7ntW5z .socicon-instagram {
  color: #3f729b;
}
.cid-siLQ7ntW5z .social-list a:focus {
  text-decoration: none;
}
.cid-siLQ7ntW5z .text-copyright {
  width: 100%;
}
.cid-siLQ7ntW5z .img-logo-footer {
  margin-right: 1rem;
  max-width: 5rem;
}
.cid-siLQ7ntW5z .text-logo-footer {
  display: inline-block;
  vertical-align: middle;
}
.cid-siLQ7ntW5z .logo-footer {
  line-height: normal;
}
.cid-siLQ7ntW5z .copyright {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-siLQ7ntW5z .social-btns {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-siLQ7ntW5z .media-container-row {
  -webkit-align-items: center;
  align-items: center;
}
.cid-siLQ7ntW5z .media-container-row a {
  margin: 0 1rem;
}
.cid-t28g2LMlUH {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #343434;
}
.cid-t28g2LMlUH .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-t28g2LMlUH .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
@media (max-width: 767px) {
  .cid-t28g2LMlUH .row {
    text-align: center;
  }
  .cid-t28g2LMlUH .social-row {
    justify-content: center;
  }
}
.cid-t28g2LMlUH .list {
  list-style: none;
  padding-left: 0;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-t28g2LMlUH .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-t28g2LMlUH .list {
    margin-bottom: 0rem;
  }
}
.cid-t28g2LMlUH .mbr-text {
  color: #bbbbbb;
}
.cid-t28g2LMlUH .mbr-iconfont {
  color: black;
}
.cid-t28g2LMlUH .copyright {
  color: #cccccc;
}
.cid-t28g2LMlUH .mbr-section-subtitle {
  color: #cfa66c;
}
.cid-uFMEt1RPJU .navbar {
  padding: .5rem 0;
  background: #232323;
  transition: none;
  min-height: 100px;
}
.cid-uFMEt1RPJU .navbar-dropdown.bg-color.transparent.opened {
  background: #232323;
}
.cid-uFMEt1RPJU a {
  font-style: normal;
}
.cid-uFMEt1RPJU a .link:hover {
  color: inherit!important;
}
.cid-uFMEt1RPJU .dropdown-item:active {
  background: #232323;
}
.cid-uFMEt1RPJU .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-uFMEt1RPJU .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.1rem 0 !important;
  margin: 0.5rem 1.4rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-uFMEt1RPJU .nav-item:focus,
.cid-uFMEt1RPJU .nav-link:focus {
  outline: none;
}
.cid-uFMEt1RPJU .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-uFMEt1RPJU .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-uFMEt1RPJU .menu-logo {
  margin-right: auto;
}
.cid-uFMEt1RPJU .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uFMEt1RPJU .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-uFMEt1RPJU .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-uFMEt1RPJU .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uFMEt1RPJU .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-uFMEt1RPJU .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uFMEt1RPJU .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-uFMEt1RPJU .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-uFMEt1RPJU .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-uFMEt1RPJU .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-uFMEt1RPJU .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uFMEt1RPJU .dropdown .dropdown-menu {
  background: #232323;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-uFMEt1RPJU .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-uFMEt1RPJU .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uFMEt1RPJU .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uFMEt1RPJU .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uFMEt1RPJU .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-uFMEt1RPJU .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-uFMEt1RPJU .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-uFMEt1RPJU .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-uFMEt1RPJU .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uFMEt1RPJU .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-uFMEt1RPJU .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uFMEt1RPJU button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.8rem;
  right: 1rem;
}
.cid-uFMEt1RPJU button.navbar-toggler:focus {
  outline: none;
}
.cid-uFMEt1RPJU button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #cfa66c;
}
.cid-uFMEt1RPJU button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uFMEt1RPJU button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uFMEt1RPJU button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uFMEt1RPJU button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uFMEt1RPJU nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uFMEt1RPJU nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uFMEt1RPJU nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uFMEt1RPJU nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uFMEt1RPJU .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uFMEt1RPJU .collapsed .btn {
  display: -webkit-flex;
}
.cid-uFMEt1RPJU .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uFMEt1RPJU .collapsed .navbar-collapse.collapsing,
.cid-uFMEt1RPJU .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uFMEt1RPJU .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uFMEt1RPJU .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uFMEt1RPJU .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uFMEt1RPJU .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uFMEt1RPJU .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-uFMEt1RPJU .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-uFMEt1RPJU .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uFMEt1RPJU .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-uFMEt1RPJU .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uFMEt1RPJU .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-uFMEt1RPJU .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-uFMEt1RPJU .collapsed button.navbar-toggler {
  display: block;
}
.cid-uFMEt1RPJU .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-uFMEt1RPJU .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uFMEt1RPJU .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-uFMEt1RPJU .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uFMEt1RPJU .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uFMEt1RPJU .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1023px) {
  .cid-uFMEt1RPJU .navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uFMEt1RPJU img {
    height: 3.8rem !important;
  }
  .cid-uFMEt1RPJU .btn {
    display: -webkit-flex;
  }
  .cid-uFMEt1RPJU button.navbar-toggler {
    display: block;
  }
  .cid-uFMEt1RPJU .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-uFMEt1RPJU .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uFMEt1RPJU .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-uFMEt1RPJU .navbar-collapse.collapsing,
  .cid-uFMEt1RPJU .navbar-collapse.show {
    display: block !important;
  }
  .cid-uFMEt1RPJU .navbar-collapse.collapsing .navbar-nav,
  .cid-uFMEt1RPJU .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uFMEt1RPJU .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uFMEt1RPJU .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uFMEt1RPJU .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-uFMEt1RPJU .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-uFMEt1RPJU .navbar-collapse.collapsing .navbar-buttons,
  .cid-uFMEt1RPJU .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-uFMEt1RPJU .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uFMEt1RPJU .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uFMEt1RPJU .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-uFMEt1RPJU .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uFMEt1RPJU .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uFMEt1RPJU .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-uFMEt1RPJU .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-uFMEt1RPJU .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-uFMEt1RPJU .nav-link,
.cid-uFMEt1RPJU .dropdown-item {
  border-bottom: 2px solid transparent;
  transition: all 0.3s;
}
.cid-uFMEt1RPJU .nav-link:hover,
.cid-uFMEt1RPJU .dropdown-item:hover {
  color: #efefef !important;
  border-color: #cfa66c;
}
.cid-ssKDXGNNFH {
  padding-top: 90px;
  padding-bottom: 30px;
  background-color: #f5f5f5;
}
.cid-ssKDXGNNFH .carousel-item {
  justify-content: center;
  -webkit-justify-content: center;
  padding-top: 8rem;
}
.cid-ssKDXGNNFH .carousel-item.active,
.cid-ssKDXGNNFH .carousel-item-next,
.cid-ssKDXGNNFH .carousel-item-prev {
  display: flex;
}
.cid-ssKDXGNNFH h2 {
  font-size: 15rem;
  position: absolute;
  left: 50%;
  width: fit-content;
  right: 50%;
  top: -8rem;
  transform: translateX(-50%);
  opacity: 0.1;
}
.cid-ssKDXGNNFH .carousel-controls a {
  transition: opacity 0.5s;
  font-size: 2rem;
}
.cid-ssKDXGNNFH .carousel-controls a span {
  position: absolute;
  top: 120px;
  padding: 10px;
  border-radius: 50%;
  color: white;
  background: #cfa66c;
  opacity: 0.3;
  transition: all 0.3s;
}
.cid-ssKDXGNNFH .carousel-controls a:hover span {
  opacity: 0.4;
}
.cid-ssKDXGNNFH H2 {
  color: #b69b74;
}
.cid-ssKDXGNNFH .title {
  color: #343434;
}
.cid-ssKDXGNNFH .user_text {
  color: #4f4943;
}
.cid-ssKNVYKmCL {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-ssKNVYKmCL img {
  width: 90%;
}
.cid-ssKNVYKmCL .mbr-text,
.cid-ssKNVYKmCL .mbr-section-btn {
  color: #767676;
}
@media (max-width: 992px) {
  .cid-ssKNVYKmCL img {
    width: 100%;
  }
  .cid-ssKNVYKmCL .pb-5 {
    padding-bottom: 1rem !important;
  }
}
.cid-ssKSwhxFHg {
  padding-top: 30px;
  padding-bottom: 15px;
  background: linear-gradient(0deg, #eee8df, #ffffff);
}
.cid-ssKSwhxFHg a {
  text-align: center;
}
.cid-ssKSwhxFHg p {
  color: #0a0a0a;
  text-align: center;
}
.cid-ssKSwhxFHg span {
  font-size: 2rem;
}
.cid-ssKSwhxFHg .mbr-iconfont-social {
  font-size: 20px;
  width: 44px;
  padding-top: 6px;
  display: inline-block;
  line-height: 38px;
  border-radius: 50%;
}
.cid-ssKSwhxFHg .socicon-twitter {
  color: #4da7de;
}
.cid-ssKSwhxFHg .socicon-facebook {
  color: #3e5b98;
}
.cid-ssKSwhxFHg .socicon-googleplus {
  color: #dd4b39;
}
.cid-ssKSwhxFHg .socicon-instagram {
  color: #3f729b;
}
.cid-ssKSwhxFHg .social-list a:focus {
  text-decoration: none;
}
.cid-ssKSwhxFHg .text-copyright {
  width: 100%;
}
.cid-ssKSwhxFHg .img-logo-footer {
  margin-right: 1rem;
  max-width: 5rem;
}
.cid-ssKSwhxFHg .text-logo-footer {
  display: inline-block;
  vertical-align: middle;
}
.cid-ssKSwhxFHg .logo-footer {
  line-height: normal;
}
.cid-ssKSwhxFHg .copyright {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-ssKSwhxFHg .social-btns {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-ssKSwhxFHg .media-container-row {
  -webkit-align-items: center;
  align-items: center;
}
.cid-ssKSwhxFHg .media-container-row a {
  margin: 0 1rem;
}
.cid-t28g2LMlUH {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #343434;
}
.cid-t28g2LMlUH .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-t28g2LMlUH .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
@media (max-width: 767px) {
  .cid-t28g2LMlUH .row {
    text-align: center;
  }
  .cid-t28g2LMlUH .social-row {
    justify-content: center;
  }
}
.cid-t28g2LMlUH .list {
  list-style: none;
  padding-left: 0;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-t28g2LMlUH .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-t28g2LMlUH .list {
    margin-bottom: 0rem;
  }
}
.cid-t28g2LMlUH .mbr-text {
  color: #bbbbbb;
}
.cid-t28g2LMlUH .mbr-iconfont {
  color: black;
}
.cid-t28g2LMlUH .copyright {
  color: #cccccc;
}
.cid-t28g2LMlUH .mbr-section-subtitle {
  color: #cfa66c;
}
.cid-uFMEt1RPJU .navbar {
  padding: .5rem 0;
  background: #232323;
  transition: none;
  min-height: 100px;
}
.cid-uFMEt1RPJU .navbar-dropdown.bg-color.transparent.opened {
  background: #232323;
}
.cid-uFMEt1RPJU a {
  font-style: normal;
}
.cid-uFMEt1RPJU a .link:hover {
  color: inherit!important;
}
.cid-uFMEt1RPJU .dropdown-item:active {
  background: #232323;
}
.cid-uFMEt1RPJU .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-uFMEt1RPJU .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.1rem 0 !important;
  margin: 0.5rem 1.4rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-uFMEt1RPJU .nav-item:focus,
.cid-uFMEt1RPJU .nav-link:focus {
  outline: none;
}
.cid-uFMEt1RPJU .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-uFMEt1RPJU .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-uFMEt1RPJU .menu-logo {
  margin-right: auto;
}
.cid-uFMEt1RPJU .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uFMEt1RPJU .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-uFMEt1RPJU .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-uFMEt1RPJU .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uFMEt1RPJU .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-uFMEt1RPJU .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uFMEt1RPJU .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-uFMEt1RPJU .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-uFMEt1RPJU .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-uFMEt1RPJU .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-uFMEt1RPJU .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uFMEt1RPJU .dropdown .dropdown-menu {
  background: #232323;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-uFMEt1RPJU .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-uFMEt1RPJU .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uFMEt1RPJU .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uFMEt1RPJU .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uFMEt1RPJU .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-uFMEt1RPJU .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-uFMEt1RPJU .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-uFMEt1RPJU .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-uFMEt1RPJU .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uFMEt1RPJU .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-uFMEt1RPJU .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uFMEt1RPJU button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.8rem;
  right: 1rem;
}
.cid-uFMEt1RPJU button.navbar-toggler:focus {
  outline: none;
}
.cid-uFMEt1RPJU button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #cfa66c;
}
.cid-uFMEt1RPJU button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uFMEt1RPJU button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uFMEt1RPJU button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uFMEt1RPJU button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uFMEt1RPJU nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uFMEt1RPJU nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uFMEt1RPJU nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uFMEt1RPJU nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uFMEt1RPJU .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uFMEt1RPJU .collapsed .btn {
  display: -webkit-flex;
}
.cid-uFMEt1RPJU .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uFMEt1RPJU .collapsed .navbar-collapse.collapsing,
.cid-uFMEt1RPJU .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uFMEt1RPJU .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uFMEt1RPJU .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uFMEt1RPJU .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uFMEt1RPJU .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uFMEt1RPJU .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-uFMEt1RPJU .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-uFMEt1RPJU .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uFMEt1RPJU .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-uFMEt1RPJU .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uFMEt1RPJU .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-uFMEt1RPJU .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-uFMEt1RPJU .collapsed button.navbar-toggler {
  display: block;
}
.cid-uFMEt1RPJU .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-uFMEt1RPJU .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uFMEt1RPJU .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-uFMEt1RPJU .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uFMEt1RPJU .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uFMEt1RPJU .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1023px) {
  .cid-uFMEt1RPJU .navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uFMEt1RPJU img {
    height: 3.8rem !important;
  }
  .cid-uFMEt1RPJU .btn {
    display: -webkit-flex;
  }
  .cid-uFMEt1RPJU button.navbar-toggler {
    display: block;
  }
  .cid-uFMEt1RPJU .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-uFMEt1RPJU .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uFMEt1RPJU .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-uFMEt1RPJU .navbar-collapse.collapsing,
  .cid-uFMEt1RPJU .navbar-collapse.show {
    display: block !important;
  }
  .cid-uFMEt1RPJU .navbar-collapse.collapsing .navbar-nav,
  .cid-uFMEt1RPJU .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uFMEt1RPJU .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uFMEt1RPJU .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uFMEt1RPJU .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-uFMEt1RPJU .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-uFMEt1RPJU .navbar-collapse.collapsing .navbar-buttons,
  .cid-uFMEt1RPJU .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-uFMEt1RPJU .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uFMEt1RPJU .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uFMEt1RPJU .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-uFMEt1RPJU .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uFMEt1RPJU .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uFMEt1RPJU .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-uFMEt1RPJU .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-uFMEt1RPJU .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-uFMEt1RPJU .nav-link,
.cid-uFMEt1RPJU .dropdown-item {
  border-bottom: 2px solid transparent;
  transition: all 0.3s;
}
.cid-uFMEt1RPJU .nav-link:hover,
.cid-uFMEt1RPJU .dropdown-item:hover {
  color: #efefef !important;
  border-color: #cfa66c;
}
.cid-ssKTvQzBD3 {
  padding-top: 90px;
  padding-bottom: 30px;
  background-color: #f5f5f5;
}
.cid-ssKTvQzBD3 .carousel-item {
  justify-content: center;
  -webkit-justify-content: center;
  padding-top: 8rem;
}
.cid-ssKTvQzBD3 .carousel-item.active,
.cid-ssKTvQzBD3 .carousel-item-next,
.cid-ssKTvQzBD3 .carousel-item-prev {
  display: flex;
}
.cid-ssKTvQzBD3 h2 {
  font-size: 15rem;
  position: absolute;
  left: 50%;
  width: fit-content;
  right: 50%;
  top: -8rem;
  transform: translateX(-50%);
  opacity: 0.1;
}
.cid-ssKTvQzBD3 .carousel-controls a {
  transition: opacity 0.5s;
  font-size: 2rem;
}
.cid-ssKTvQzBD3 .carousel-controls a span {
  position: absolute;
  top: 120px;
  padding: 10px;
  border-radius: 50%;
  color: white;
  background: #cfa66c;
  opacity: 0.3;
  transition: all 0.3s;
}
.cid-ssKTvQzBD3 .carousel-controls a:hover span {
  opacity: 0.4;
}
.cid-ssKTvQzBD3 H2 {
  color: #b69b74;
}
.cid-ssKTvQzBD3 .title {
  color: #343434;
}
.cid-ssKTvQzBD3 .user_text {
  color: #4f4943;
}
.cid-ssKTvTHhmD {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-ssKTvTHhmD img {
  width: 90%;
}
.cid-ssKTvTHhmD .mbr-text,
.cid-ssKTvTHhmD .mbr-section-btn {
  color: #767676;
}
@media (max-width: 992px) {
  .cid-ssKTvTHhmD img {
    width: 100%;
  }
  .cid-ssKTvTHhmD .pb-5 {
    padding-bottom: 1rem !important;
  }
}
.cid-ssKTvWkxtR {
  padding-top: 30px;
  padding-bottom: 15px;
  background: linear-gradient(0deg, #eee8df, #ffffff);
}
.cid-ssKTvWkxtR a {
  text-align: center;
}
.cid-ssKTvWkxtR p {
  color: #0a0a0a;
  text-align: center;
}
.cid-ssKTvWkxtR span {
  font-size: 2rem;
}
.cid-ssKTvWkxtR .mbr-iconfont-social {
  font-size: 20px;
  width: 44px;
  padding-top: 6px;
  display: inline-block;
  line-height: 38px;
  border-radius: 50%;
}
.cid-ssKTvWkxtR .socicon-twitter {
  color: #4da7de;
}
.cid-ssKTvWkxtR .socicon-facebook {
  color: #3e5b98;
}
.cid-ssKTvWkxtR .socicon-googleplus {
  color: #dd4b39;
}
.cid-ssKTvWkxtR .socicon-instagram {
  color: #3f729b;
}
.cid-ssKTvWkxtR .social-list a:focus {
  text-decoration: none;
}
.cid-ssKTvWkxtR .text-copyright {
  width: 100%;
}
.cid-ssKTvWkxtR .img-logo-footer {
  margin-right: 1rem;
  max-width: 5rem;
}
.cid-ssKTvWkxtR .text-logo-footer {
  display: inline-block;
  vertical-align: middle;
}
.cid-ssKTvWkxtR .logo-footer {
  line-height: normal;
}
.cid-ssKTvWkxtR .copyright {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-ssKTvWkxtR .social-btns {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-ssKTvWkxtR .media-container-row {
  -webkit-align-items: center;
  align-items: center;
}
.cid-ssKTvWkxtR .media-container-row a {
  margin: 0 1rem;
}
.cid-t28g2LMlUH {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #343434;
}
.cid-t28g2LMlUH .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-t28g2LMlUH .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
@media (max-width: 767px) {
  .cid-t28g2LMlUH .row {
    text-align: center;
  }
  .cid-t28g2LMlUH .social-row {
    justify-content: center;
  }
}
.cid-t28g2LMlUH .list {
  list-style: none;
  padding-left: 0;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-t28g2LMlUH .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-t28g2LMlUH .list {
    margin-bottom: 0rem;
  }
}
.cid-t28g2LMlUH .mbr-text {
  color: #bbbbbb;
}
.cid-t28g2LMlUH .mbr-iconfont {
  color: black;
}
.cid-t28g2LMlUH .copyright {
  color: #cccccc;
}
.cid-t28g2LMlUH .mbr-section-subtitle {
  color: #cfa66c;
}
.cid-uFMEt1RPJU .navbar {
  padding: .5rem 0;
  background: #232323;
  transition: none;
  min-height: 100px;
}
.cid-uFMEt1RPJU .navbar-dropdown.bg-color.transparent.opened {
  background: #232323;
}
.cid-uFMEt1RPJU a {
  font-style: normal;
}
.cid-uFMEt1RPJU a .link:hover {
  color: inherit!important;
}
.cid-uFMEt1RPJU .dropdown-item:active {
  background: #232323;
}
.cid-uFMEt1RPJU .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-uFMEt1RPJU .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.1rem 0 !important;
  margin: 0.5rem 1.4rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-uFMEt1RPJU .nav-item:focus,
.cid-uFMEt1RPJU .nav-link:focus {
  outline: none;
}
.cid-uFMEt1RPJU .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-uFMEt1RPJU .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-uFMEt1RPJU .menu-logo {
  margin-right: auto;
}
.cid-uFMEt1RPJU .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uFMEt1RPJU .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-uFMEt1RPJU .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-uFMEt1RPJU .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uFMEt1RPJU .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-uFMEt1RPJU .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uFMEt1RPJU .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-uFMEt1RPJU .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-uFMEt1RPJU .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-uFMEt1RPJU .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-uFMEt1RPJU .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uFMEt1RPJU .dropdown .dropdown-menu {
  background: #232323;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-uFMEt1RPJU .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-uFMEt1RPJU .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uFMEt1RPJU .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uFMEt1RPJU .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uFMEt1RPJU .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-uFMEt1RPJU .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-uFMEt1RPJU .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-uFMEt1RPJU .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-uFMEt1RPJU .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uFMEt1RPJU .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-uFMEt1RPJU .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uFMEt1RPJU button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.8rem;
  right: 1rem;
}
.cid-uFMEt1RPJU button.navbar-toggler:focus {
  outline: none;
}
.cid-uFMEt1RPJU button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #cfa66c;
}
.cid-uFMEt1RPJU button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uFMEt1RPJU button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uFMEt1RPJU button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uFMEt1RPJU button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uFMEt1RPJU nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uFMEt1RPJU nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uFMEt1RPJU nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uFMEt1RPJU nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uFMEt1RPJU .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uFMEt1RPJU .collapsed .btn {
  display: -webkit-flex;
}
.cid-uFMEt1RPJU .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uFMEt1RPJU .collapsed .navbar-collapse.collapsing,
.cid-uFMEt1RPJU .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uFMEt1RPJU .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uFMEt1RPJU .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uFMEt1RPJU .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uFMEt1RPJU .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uFMEt1RPJU .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-uFMEt1RPJU .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-uFMEt1RPJU .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uFMEt1RPJU .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-uFMEt1RPJU .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uFMEt1RPJU .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-uFMEt1RPJU .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-uFMEt1RPJU .collapsed button.navbar-toggler {
  display: block;
}
.cid-uFMEt1RPJU .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-uFMEt1RPJU .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uFMEt1RPJU .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-uFMEt1RPJU .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uFMEt1RPJU .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uFMEt1RPJU .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1023px) {
  .cid-uFMEt1RPJU .navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uFMEt1RPJU img {
    height: 3.8rem !important;
  }
  .cid-uFMEt1RPJU .btn {
    display: -webkit-flex;
  }
  .cid-uFMEt1RPJU button.navbar-toggler {
    display: block;
  }
  .cid-uFMEt1RPJU .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-uFMEt1RPJU .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uFMEt1RPJU .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-uFMEt1RPJU .navbar-collapse.collapsing,
  .cid-uFMEt1RPJU .navbar-collapse.show {
    display: block !important;
  }
  .cid-uFMEt1RPJU .navbar-collapse.collapsing .navbar-nav,
  .cid-uFMEt1RPJU .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uFMEt1RPJU .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uFMEt1RPJU .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uFMEt1RPJU .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-uFMEt1RPJU .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-uFMEt1RPJU .navbar-collapse.collapsing .navbar-buttons,
  .cid-uFMEt1RPJU .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-uFMEt1RPJU .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uFMEt1RPJU .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uFMEt1RPJU .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-uFMEt1RPJU .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uFMEt1RPJU .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uFMEt1RPJU .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-uFMEt1RPJU .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-uFMEt1RPJU .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-uFMEt1RPJU .nav-link,
.cid-uFMEt1RPJU .dropdown-item {
  border-bottom: 2px solid transparent;
  transition: all 0.3s;
}
.cid-uFMEt1RPJU .nav-link:hover,
.cid-uFMEt1RPJU .dropdown-item:hover {
  color: #efefef !important;
  border-color: #cfa66c;
}
.cid-ssKUUOZ0tl {
  padding-top: 90px;
  padding-bottom: 30px;
  background-color: #f5f5f5;
}
.cid-ssKUUOZ0tl .carousel-item {
  justify-content: center;
  -webkit-justify-content: center;
  padding-top: 8rem;
}
.cid-ssKUUOZ0tl .carousel-item.active,
.cid-ssKUUOZ0tl .carousel-item-next,
.cid-ssKUUOZ0tl .carousel-item-prev {
  display: flex;
}
.cid-ssKUUOZ0tl h2 {
  font-size: 15rem;
  position: absolute;
  left: 50%;
  width: fit-content;
  right: 50%;
  top: -8rem;
  transform: translateX(-50%);
  opacity: 0.1;
}
.cid-ssKUUOZ0tl .carousel-controls a {
  transition: opacity 0.5s;
  font-size: 2rem;
}
.cid-ssKUUOZ0tl .carousel-controls a span {
  position: absolute;
  top: 120px;
  padding: 10px;
  border-radius: 50%;
  color: white;
  background: #cfa66c;
  opacity: 0.3;
  transition: all 0.3s;
}
.cid-ssKUUOZ0tl .carousel-controls a:hover span {
  opacity: 0.4;
}
.cid-ssKUUOZ0tl H2 {
  color: #b69b74;
}
.cid-ssKUUOZ0tl .title {
  color: #343434;
}
.cid-ssKUUOZ0tl .user_text {
  color: #4f4943;
}
.cid-ssKUUT6HKd {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-ssKUUT6HKd img {
  width: 90%;
}
.cid-ssKUUT6HKd .mbr-text,
.cid-ssKUUT6HKd .mbr-section-btn {
  color: #767676;
}
@media (max-width: 992px) {
  .cid-ssKUUT6HKd img {
    width: 100%;
  }
  .cid-ssKUUT6HKd .pb-5 {
    padding-bottom: 1rem !important;
  }
}
.cid-ssKUUVHdMD {
  padding-top: 30px;
  padding-bottom: 15px;
  background: linear-gradient(0deg, #eee8df, #ffffff);
}
.cid-ssKUUVHdMD a {
  text-align: center;
}
.cid-ssKUUVHdMD p {
  color: #0a0a0a;
  text-align: center;
}
.cid-ssKUUVHdMD span {
  font-size: 2rem;
}
.cid-ssKUUVHdMD .mbr-iconfont-social {
  font-size: 20px;
  width: 44px;
  padding-top: 6px;
  display: inline-block;
  line-height: 38px;
  border-radius: 50%;
}
.cid-ssKUUVHdMD .socicon-twitter {
  color: #4da7de;
}
.cid-ssKUUVHdMD .socicon-facebook {
  color: #3e5b98;
}
.cid-ssKUUVHdMD .socicon-googleplus {
  color: #dd4b39;
}
.cid-ssKUUVHdMD .socicon-instagram {
  color: #3f729b;
}
.cid-ssKUUVHdMD .social-list a:focus {
  text-decoration: none;
}
.cid-ssKUUVHdMD .text-copyright {
  width: 100%;
}
.cid-ssKUUVHdMD .img-logo-footer {
  margin-right: 1rem;
  max-width: 5rem;
}
.cid-ssKUUVHdMD .text-logo-footer {
  display: inline-block;
  vertical-align: middle;
}
.cid-ssKUUVHdMD .logo-footer {
  line-height: normal;
}
.cid-ssKUUVHdMD .copyright {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-ssKUUVHdMD .social-btns {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-ssKUUVHdMD .media-container-row {
  -webkit-align-items: center;
  align-items: center;
}
.cid-ssKUUVHdMD .media-container-row a {
  margin: 0 1rem;
}
.cid-t28g2LMlUH {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #343434;
}
.cid-t28g2LMlUH .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-t28g2LMlUH .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
@media (max-width: 767px) {
  .cid-t28g2LMlUH .row {
    text-align: center;
  }
  .cid-t28g2LMlUH .social-row {
    justify-content: center;
  }
}
.cid-t28g2LMlUH .list {
  list-style: none;
  padding-left: 0;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-t28g2LMlUH .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-t28g2LMlUH .list {
    margin-bottom: 0rem;
  }
}
.cid-t28g2LMlUH .mbr-text {
  color: #bbbbbb;
}
.cid-t28g2LMlUH .mbr-iconfont {
  color: black;
}
.cid-t28g2LMlUH .copyright {
  color: #cccccc;
}
.cid-t28g2LMlUH .mbr-section-subtitle {
  color: #cfa66c;
}
.cid-uFMEt1RPJU .navbar {
  padding: .5rem 0;
  background: #232323;
  transition: none;
  min-height: 100px;
}
.cid-uFMEt1RPJU .navbar-dropdown.bg-color.transparent.opened {
  background: #232323;
}
.cid-uFMEt1RPJU a {
  font-style: normal;
}
.cid-uFMEt1RPJU a .link:hover {
  color: inherit!important;
}
.cid-uFMEt1RPJU .dropdown-item:active {
  background: #232323;
}
.cid-uFMEt1RPJU .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-uFMEt1RPJU .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.1rem 0 !important;
  margin: 0.5rem 1.4rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-uFMEt1RPJU .nav-item:focus,
.cid-uFMEt1RPJU .nav-link:focus {
  outline: none;
}
.cid-uFMEt1RPJU .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-uFMEt1RPJU .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-uFMEt1RPJU .menu-logo {
  margin-right: auto;
}
.cid-uFMEt1RPJU .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uFMEt1RPJU .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-uFMEt1RPJU .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-uFMEt1RPJU .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uFMEt1RPJU .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-uFMEt1RPJU .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uFMEt1RPJU .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-uFMEt1RPJU .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-uFMEt1RPJU .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-uFMEt1RPJU .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-uFMEt1RPJU .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uFMEt1RPJU .dropdown .dropdown-menu {
  background: #232323;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-uFMEt1RPJU .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-uFMEt1RPJU .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uFMEt1RPJU .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uFMEt1RPJU .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uFMEt1RPJU .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-uFMEt1RPJU .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-uFMEt1RPJU .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-uFMEt1RPJU .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-uFMEt1RPJU .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uFMEt1RPJU .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-uFMEt1RPJU .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uFMEt1RPJU button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.8rem;
  right: 1rem;
}
.cid-uFMEt1RPJU button.navbar-toggler:focus {
  outline: none;
}
.cid-uFMEt1RPJU button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #cfa66c;
}
.cid-uFMEt1RPJU button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uFMEt1RPJU button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uFMEt1RPJU button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uFMEt1RPJU button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uFMEt1RPJU nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uFMEt1RPJU nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uFMEt1RPJU nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uFMEt1RPJU nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uFMEt1RPJU .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uFMEt1RPJU .collapsed .btn {
  display: -webkit-flex;
}
.cid-uFMEt1RPJU .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uFMEt1RPJU .collapsed .navbar-collapse.collapsing,
.cid-uFMEt1RPJU .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uFMEt1RPJU .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uFMEt1RPJU .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uFMEt1RPJU .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uFMEt1RPJU .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uFMEt1RPJU .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-uFMEt1RPJU .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-uFMEt1RPJU .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uFMEt1RPJU .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-uFMEt1RPJU .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uFMEt1RPJU .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-uFMEt1RPJU .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-uFMEt1RPJU .collapsed button.navbar-toggler {
  display: block;
}
.cid-uFMEt1RPJU .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-uFMEt1RPJU .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uFMEt1RPJU .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-uFMEt1RPJU .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uFMEt1RPJU .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uFMEt1RPJU .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1023px) {
  .cid-uFMEt1RPJU .navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uFMEt1RPJU img {
    height: 3.8rem !important;
  }
  .cid-uFMEt1RPJU .btn {
    display: -webkit-flex;
  }
  .cid-uFMEt1RPJU button.navbar-toggler {
    display: block;
  }
  .cid-uFMEt1RPJU .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-uFMEt1RPJU .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uFMEt1RPJU .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-uFMEt1RPJU .navbar-collapse.collapsing,
  .cid-uFMEt1RPJU .navbar-collapse.show {
    display: block !important;
  }
  .cid-uFMEt1RPJU .navbar-collapse.collapsing .navbar-nav,
  .cid-uFMEt1RPJU .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uFMEt1RPJU .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uFMEt1RPJU .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uFMEt1RPJU .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-uFMEt1RPJU .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-uFMEt1RPJU .navbar-collapse.collapsing .navbar-buttons,
  .cid-uFMEt1RPJU .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-uFMEt1RPJU .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uFMEt1RPJU .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uFMEt1RPJU .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-uFMEt1RPJU .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uFMEt1RPJU .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uFMEt1RPJU .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-uFMEt1RPJU .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-uFMEt1RPJU .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-uFMEt1RPJU .nav-link,
.cid-uFMEt1RPJU .dropdown-item {
  border-bottom: 2px solid transparent;
  transition: all 0.3s;
}
.cid-uFMEt1RPJU .nav-link:hover,
.cid-uFMEt1RPJU .dropdown-item:hover {
  color: #efefef !important;
  border-color: #cfa66c;
}
.cid-ssKVNQNrTp {
  padding-top: 90px;
  padding-bottom: 30px;
  background-color: #f5f5f5;
}
.cid-ssKVNQNrTp .carousel-item {
  justify-content: center;
  -webkit-justify-content: center;
  padding-top: 8rem;
}
.cid-ssKVNQNrTp .carousel-item.active,
.cid-ssKVNQNrTp .carousel-item-next,
.cid-ssKVNQNrTp .carousel-item-prev {
  display: flex;
}
.cid-ssKVNQNrTp h2 {
  font-size: 15rem;
  position: absolute;
  left: 50%;
  width: fit-content;
  right: 50%;
  top: -8rem;
  transform: translateX(-50%);
  opacity: 0.1;
}
.cid-ssKVNQNrTp .carousel-controls a {
  transition: opacity 0.5s;
  font-size: 2rem;
}
.cid-ssKVNQNrTp .carousel-controls a span {
  position: absolute;
  top: 120px;
  padding: 10px;
  border-radius: 50%;
  color: white;
  background: #cfa66c;
  opacity: 0.3;
  transition: all 0.3s;
}
.cid-ssKVNQNrTp .carousel-controls a:hover span {
  opacity: 0.4;
}
.cid-ssKVNQNrTp H2 {
  color: #b69b74;
}
.cid-ssKVNQNrTp .title {
  color: #343434;
}
.cid-ssKVNQNrTp .user_text {
  color: #4f4943;
}
.cid-ssKVNVl8RV {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-ssKVNVl8RV img {
  width: 90%;
}
.cid-ssKVNVl8RV .mbr-text,
.cid-ssKVNVl8RV .mbr-section-btn {
  color: #767676;
}
@media (max-width: 992px) {
  .cid-ssKVNVl8RV img {
    width: 100%;
  }
  .cid-ssKVNVl8RV .pb-5 {
    padding-bottom: 1rem !important;
  }
}
.cid-ssKVNYhXyp {
  padding-top: 30px;
  padding-bottom: 15px;
  background: linear-gradient(0deg, #eee8df, #ffffff);
}
.cid-ssKVNYhXyp a {
  text-align: center;
}
.cid-ssKVNYhXyp p {
  color: #0a0a0a;
  text-align: center;
}
.cid-ssKVNYhXyp span {
  font-size: 2rem;
}
.cid-ssKVNYhXyp .mbr-iconfont-social {
  font-size: 20px;
  width: 44px;
  padding-top: 6px;
  display: inline-block;
  line-height: 38px;
  border-radius: 50%;
}
.cid-ssKVNYhXyp .socicon-twitter {
  color: #4da7de;
}
.cid-ssKVNYhXyp .socicon-facebook {
  color: #3e5b98;
}
.cid-ssKVNYhXyp .socicon-googleplus {
  color: #dd4b39;
}
.cid-ssKVNYhXyp .socicon-instagram {
  color: #3f729b;
}
.cid-ssKVNYhXyp .social-list a:focus {
  text-decoration: none;
}
.cid-ssKVNYhXyp .text-copyright {
  width: 100%;
}
.cid-ssKVNYhXyp .img-logo-footer {
  margin-right: 1rem;
  max-width: 5rem;
}
.cid-ssKVNYhXyp .text-logo-footer {
  display: inline-block;
  vertical-align: middle;
}
.cid-ssKVNYhXyp .logo-footer {
  line-height: normal;
}
.cid-ssKVNYhXyp .copyright {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-ssKVNYhXyp .social-btns {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-ssKVNYhXyp .media-container-row {
  -webkit-align-items: center;
  align-items: center;
}
.cid-ssKVNYhXyp .media-container-row a {
  margin: 0 1rem;
}
.cid-t28g2LMlUH {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #343434;
}
.cid-t28g2LMlUH .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-t28g2LMlUH .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
@media (max-width: 767px) {
  .cid-t28g2LMlUH .row {
    text-align: center;
  }
  .cid-t28g2LMlUH .social-row {
    justify-content: center;
  }
}
.cid-t28g2LMlUH .list {
  list-style: none;
  padding-left: 0;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-t28g2LMlUH .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-t28g2LMlUH .list {
    margin-bottom: 0rem;
  }
}
.cid-t28g2LMlUH .mbr-text {
  color: #bbbbbb;
}
.cid-t28g2LMlUH .mbr-iconfont {
  color: black;
}
.cid-t28g2LMlUH .copyright {
  color: #cccccc;
}
.cid-t28g2LMlUH .mbr-section-subtitle {
  color: #cfa66c;
}
.cid-uFMEt1RPJU .navbar {
  padding: .5rem 0;
  background: #232323;
  transition: none;
  min-height: 100px;
}
.cid-uFMEt1RPJU .navbar-dropdown.bg-color.transparent.opened {
  background: #232323;
}
.cid-uFMEt1RPJU a {
  font-style: normal;
}
.cid-uFMEt1RPJU a .link:hover {
  color: inherit!important;
}
.cid-uFMEt1RPJU .dropdown-item:active {
  background: #232323;
}
.cid-uFMEt1RPJU .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-uFMEt1RPJU .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.1rem 0 !important;
  margin: 0.5rem 1.4rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-uFMEt1RPJU .nav-item:focus,
.cid-uFMEt1RPJU .nav-link:focus {
  outline: none;
}
.cid-uFMEt1RPJU .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-uFMEt1RPJU .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-uFMEt1RPJU .menu-logo {
  margin-right: auto;
}
.cid-uFMEt1RPJU .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uFMEt1RPJU .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-uFMEt1RPJU .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-uFMEt1RPJU .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uFMEt1RPJU .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-uFMEt1RPJU .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uFMEt1RPJU .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-uFMEt1RPJU .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-uFMEt1RPJU .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-uFMEt1RPJU .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-uFMEt1RPJU .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uFMEt1RPJU .dropdown .dropdown-menu {
  background: #232323;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-uFMEt1RPJU .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-uFMEt1RPJU .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uFMEt1RPJU .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uFMEt1RPJU .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uFMEt1RPJU .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-uFMEt1RPJU .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-uFMEt1RPJU .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-uFMEt1RPJU .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-uFMEt1RPJU .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uFMEt1RPJU .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-uFMEt1RPJU .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uFMEt1RPJU button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.8rem;
  right: 1rem;
}
.cid-uFMEt1RPJU button.navbar-toggler:focus {
  outline: none;
}
.cid-uFMEt1RPJU button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #cfa66c;
}
.cid-uFMEt1RPJU button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uFMEt1RPJU button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uFMEt1RPJU button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uFMEt1RPJU button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uFMEt1RPJU nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uFMEt1RPJU nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uFMEt1RPJU nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uFMEt1RPJU nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uFMEt1RPJU .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uFMEt1RPJU .collapsed .btn {
  display: -webkit-flex;
}
.cid-uFMEt1RPJU .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uFMEt1RPJU .collapsed .navbar-collapse.collapsing,
.cid-uFMEt1RPJU .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uFMEt1RPJU .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uFMEt1RPJU .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uFMEt1RPJU .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uFMEt1RPJU .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uFMEt1RPJU .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-uFMEt1RPJU .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-uFMEt1RPJU .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uFMEt1RPJU .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-uFMEt1RPJU .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uFMEt1RPJU .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-uFMEt1RPJU .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-uFMEt1RPJU .collapsed button.navbar-toggler {
  display: block;
}
.cid-uFMEt1RPJU .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-uFMEt1RPJU .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uFMEt1RPJU .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-uFMEt1RPJU .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uFMEt1RPJU .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uFMEt1RPJU .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1023px) {
  .cid-uFMEt1RPJU .navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uFMEt1RPJU img {
    height: 3.8rem !important;
  }
  .cid-uFMEt1RPJU .btn {
    display: -webkit-flex;
  }
  .cid-uFMEt1RPJU button.navbar-toggler {
    display: block;
  }
  .cid-uFMEt1RPJU .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-uFMEt1RPJU .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uFMEt1RPJU .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-uFMEt1RPJU .navbar-collapse.collapsing,
  .cid-uFMEt1RPJU .navbar-collapse.show {
    display: block !important;
  }
  .cid-uFMEt1RPJU .navbar-collapse.collapsing .navbar-nav,
  .cid-uFMEt1RPJU .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uFMEt1RPJU .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uFMEt1RPJU .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uFMEt1RPJU .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-uFMEt1RPJU .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-uFMEt1RPJU .navbar-collapse.collapsing .navbar-buttons,
  .cid-uFMEt1RPJU .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-uFMEt1RPJU .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uFMEt1RPJU .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uFMEt1RPJU .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-uFMEt1RPJU .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uFMEt1RPJU .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uFMEt1RPJU .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-uFMEt1RPJU .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-uFMEt1RPJU .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-uFMEt1RPJU .nav-link,
.cid-uFMEt1RPJU .dropdown-item {
  border-bottom: 2px solid transparent;
  transition: all 0.3s;
}
.cid-uFMEt1RPJU .nav-link:hover,
.cid-uFMEt1RPJU .dropdown-item:hover {
  color: #efefef !important;
  border-color: #cfa66c;
}
.cid-ssKWKwTw8g {
  padding-top: 90px;
  padding-bottom: 0px;
  background-color: #f5f5f5;
}
.cid-ssKWKwTw8g .carousel-item {
  justify-content: center;
  -webkit-justify-content: center;
  padding-top: 8rem;
}
.cid-ssKWKwTw8g .carousel-item.active,
.cid-ssKWKwTw8g .carousel-item-next,
.cid-ssKWKwTw8g .carousel-item-prev {
  display: flex;
}
.cid-ssKWKwTw8g h2 {
  font-size: 15rem;
  position: absolute;
  left: 50%;
  width: fit-content;
  right: 50%;
  top: -8rem;
  transform: translateX(-50%);
  opacity: 0.1;
}
.cid-ssKWKwTw8g .carousel-controls a {
  transition: opacity 0.5s;
  font-size: 2rem;
}
.cid-ssKWKwTw8g .carousel-controls a span {
  position: absolute;
  top: 120px;
  padding: 10px;
  border-radius: 50%;
  color: white;
  background: #cfa66c;
  opacity: 0.3;
  transition: all 0.3s;
}
.cid-ssKWKwTw8g .carousel-controls a:hover span {
  opacity: 0.4;
}
.cid-ssKWKwTw8g H2 {
  color: #b69b74;
}
.cid-ssKWKwTw8g .title {
  color: #343434;
}
.cid-ssKWKwTw8g .user_text {
  color: #4f4943;
}
.cid-ssKWKChszZ {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-ssKWKChszZ img {
  width: 90%;
}
.cid-ssKWKChszZ .mbr-text,
.cid-ssKWKChszZ .mbr-section-btn {
  color: #767676;
}
@media (max-width: 992px) {
  .cid-ssKWKChszZ img {
    width: 100%;
  }
  .cid-ssKWKChszZ .pb-5 {
    padding-bottom: 1rem !important;
  }
}
.cid-ssKWKFt2sN {
  padding-top: 30px;
  padding-bottom: 15px;
  background: linear-gradient(0deg, #eee8df, #ffffff);
}
.cid-ssKWKFt2sN a {
  text-align: center;
}
.cid-ssKWKFt2sN p {
  color: #0a0a0a;
  text-align: center;
}
.cid-ssKWKFt2sN span {
  font-size: 2rem;
}
.cid-ssKWKFt2sN .mbr-iconfont-social {
  font-size: 20px;
  width: 44px;
  padding-top: 6px;
  display: inline-block;
  line-height: 38px;
  border-radius: 50%;
}
.cid-ssKWKFt2sN .socicon-twitter {
  color: #4da7de;
}
.cid-ssKWKFt2sN .socicon-facebook {
  color: #3e5b98;
}
.cid-ssKWKFt2sN .socicon-googleplus {
  color: #dd4b39;
}
.cid-ssKWKFt2sN .socicon-instagram {
  color: #3f729b;
}
.cid-ssKWKFt2sN .social-list a:focus {
  text-decoration: none;
}
.cid-ssKWKFt2sN .text-copyright {
  width: 100%;
}
.cid-ssKWKFt2sN .img-logo-footer {
  margin-right: 1rem;
  max-width: 5rem;
}
.cid-ssKWKFt2sN .text-logo-footer {
  display: inline-block;
  vertical-align: middle;
}
.cid-ssKWKFt2sN .logo-footer {
  line-height: normal;
}
.cid-ssKWKFt2sN .copyright {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-ssKWKFt2sN .social-btns {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-ssKWKFt2sN .media-container-row {
  -webkit-align-items: center;
  align-items: center;
}
.cid-ssKWKFt2sN .media-container-row a {
  margin: 0 1rem;
}
.cid-t28g2LMlUH {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #343434;
}
.cid-t28g2LMlUH .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-t28g2LMlUH .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
@media (max-width: 767px) {
  .cid-t28g2LMlUH .row {
    text-align: center;
  }
  .cid-t28g2LMlUH .social-row {
    justify-content: center;
  }
}
.cid-t28g2LMlUH .list {
  list-style: none;
  padding-left: 0;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-t28g2LMlUH .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-t28g2LMlUH .list {
    margin-bottom: 0rem;
  }
}
.cid-t28g2LMlUH .mbr-text {
  color: #bbbbbb;
}
.cid-t28g2LMlUH .mbr-iconfont {
  color: black;
}
.cid-t28g2LMlUH .copyright {
  color: #cccccc;
}
.cid-t28g2LMlUH .mbr-section-subtitle {
  color: #cfa66c;
}
.cid-uFMEt1RPJU .navbar {
  padding: .5rem 0;
  background: #232323;
  transition: none;
  min-height: 100px;
}
.cid-uFMEt1RPJU .navbar-dropdown.bg-color.transparent.opened {
  background: #232323;
}
.cid-uFMEt1RPJU a {
  font-style: normal;
}
.cid-uFMEt1RPJU a .link:hover {
  color: inherit!important;
}
.cid-uFMEt1RPJU .dropdown-item:active {
  background: #232323;
}
.cid-uFMEt1RPJU .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-uFMEt1RPJU .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.1rem 0 !important;
  margin: 0.5rem 1.4rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-uFMEt1RPJU .nav-item:focus,
.cid-uFMEt1RPJU .nav-link:focus {
  outline: none;
}
.cid-uFMEt1RPJU .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-uFMEt1RPJU .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-uFMEt1RPJU .menu-logo {
  margin-right: auto;
}
.cid-uFMEt1RPJU .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uFMEt1RPJU .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-uFMEt1RPJU .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-uFMEt1RPJU .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uFMEt1RPJU .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-uFMEt1RPJU .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uFMEt1RPJU .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-uFMEt1RPJU .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-uFMEt1RPJU .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-uFMEt1RPJU .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-uFMEt1RPJU .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uFMEt1RPJU .dropdown .dropdown-menu {
  background: #232323;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-uFMEt1RPJU .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-uFMEt1RPJU .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uFMEt1RPJU .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uFMEt1RPJU .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uFMEt1RPJU .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-uFMEt1RPJU .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-uFMEt1RPJU .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-uFMEt1RPJU .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-uFMEt1RPJU .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uFMEt1RPJU .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-uFMEt1RPJU .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uFMEt1RPJU button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.8rem;
  right: 1rem;
}
.cid-uFMEt1RPJU button.navbar-toggler:focus {
  outline: none;
}
.cid-uFMEt1RPJU button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #cfa66c;
}
.cid-uFMEt1RPJU button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uFMEt1RPJU button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uFMEt1RPJU button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uFMEt1RPJU button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uFMEt1RPJU nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uFMEt1RPJU nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uFMEt1RPJU nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uFMEt1RPJU nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uFMEt1RPJU .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uFMEt1RPJU .collapsed .btn {
  display: -webkit-flex;
}
.cid-uFMEt1RPJU .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uFMEt1RPJU .collapsed .navbar-collapse.collapsing,
.cid-uFMEt1RPJU .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uFMEt1RPJU .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uFMEt1RPJU .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uFMEt1RPJU .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uFMEt1RPJU .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uFMEt1RPJU .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-uFMEt1RPJU .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-uFMEt1RPJU .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uFMEt1RPJU .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-uFMEt1RPJU .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uFMEt1RPJU .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-uFMEt1RPJU .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-uFMEt1RPJU .collapsed button.navbar-toggler {
  display: block;
}
.cid-uFMEt1RPJU .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-uFMEt1RPJU .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uFMEt1RPJU .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-uFMEt1RPJU .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uFMEt1RPJU .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uFMEt1RPJU .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1023px) {
  .cid-uFMEt1RPJU .navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uFMEt1RPJU img {
    height: 3.8rem !important;
  }
  .cid-uFMEt1RPJU .btn {
    display: -webkit-flex;
  }
  .cid-uFMEt1RPJU button.navbar-toggler {
    display: block;
  }
  .cid-uFMEt1RPJU .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-uFMEt1RPJU .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uFMEt1RPJU .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-uFMEt1RPJU .navbar-collapse.collapsing,
  .cid-uFMEt1RPJU .navbar-collapse.show {
    display: block !important;
  }
  .cid-uFMEt1RPJU .navbar-collapse.collapsing .navbar-nav,
  .cid-uFMEt1RPJU .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uFMEt1RPJU .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uFMEt1RPJU .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uFMEt1RPJU .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-uFMEt1RPJU .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-uFMEt1RPJU .navbar-collapse.collapsing .navbar-buttons,
  .cid-uFMEt1RPJU .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-uFMEt1RPJU .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uFMEt1RPJU .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uFMEt1RPJU .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-uFMEt1RPJU .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uFMEt1RPJU .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uFMEt1RPJU .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-uFMEt1RPJU .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-uFMEt1RPJU .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-uFMEt1RPJU .nav-link,
.cid-uFMEt1RPJU .dropdown-item {
  border-bottom: 2px solid transparent;
  transition: all 0.3s;
}
.cid-uFMEt1RPJU .nav-link:hover,
.cid-uFMEt1RPJU .dropdown-item:hover {
  color: #efefef !important;
  border-color: #cfa66c;
}
.cid-tzq9rzFfdH {
  overflow-x: hidden !important;
}
.cid-tzq9rzFfdH .mbr-section-title {
  color: #4f4943;
}
.cid-tzq9rzFfdH .mbr-section-title span {
  color: #cfa66c;
}
.cid-tzq9rzFfdH .mbr-text {
  color: #4f4943;
  letter-spacing: 5px;
  font-weight: 100;
}
.cid-tzq9rzFfdH .scroll-wrapper {
  top: 0;
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  background-size: cover;
  position: absolute;
  background-repeat: repeat;
  z-index: 0;
  -webkit-animation-duration: 13s !important;
  animation-duration: 13s;
  background-image: url("../../../assets/images/elephants-of-south-luangwa-1-1200x797.jpg");
}
.cid-tzq9rzFfdH .scroll-wrapper.second {
  left: calc(100% - 1px);
}
.cid-tzq9rzFfdH .mbr-overlay {
  z-index: 1;
}
.cid-tzq9rzFfdH .block-content {
  z-index: 2;
}
@keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-webkit-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-moz-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-o-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
.cid-tzqa0gtKc9 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #f7f4f0;
}
.cid-tzqa0gtKc9 span {
  color: #c1c1c1;
}
.cid-tzqa0gtKc9 .flex-block {
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.cid-tzqa0gtKc9 .flex-block span {
  font-size: 3rem;
  margin-right: 3rem;
}
@media (min-width: 577px) {
  .cid-tzqa0gtKc9 .flex-block span {
    margin-left: 2rem;
  }
}
.cid-tzqa0gtKc9 .block-quote {
  color: #4f4943;
  text-align: center;
}
.cid-tzpP6QWwmm {
  background-color: #f1eeea;
}
.cid-tzpP6QWwmm .container-fluid {
  position: relative;
  padding-right: 10.4rem;
  padding-left: 0;
}
.cid-tzpP6QWwmm .wrapper {
  position: relative;
}
.cid-tzpP6QWwmm .img1 {
  width: 100%;
  padding-right: 6rem;
  object-fit: cover;
  height: 800px;
}
.cid-tzpP6QWwmm .mbr-iconfont {
  font-size: 1.8rem;
  color: #232323;
}
.cid-tzpP6QWwmm .mbr-iconfont:hover {
  cursor: pointer;
}
.cid-tzpP6QWwmm .icon1 {
  position: absolute;
  top: 2rem;
  right: 0rem;
}
.cid-tzpP6QWwmm .icon2 {
  position: absolute;
  top: 5rem;
  right: 0rem;
}
.cid-tzpP6QWwmm .img2 {
  position: absolute;
  bottom: -4.6rem;
  right: 0;
  width: 400px;
  box-shadow: 2.5px 4.3px 62px 0 rgba(0, 0, 0, 0.22);
}
.cid-tzpP6QWwmm .title {
  position: absolute;
  right: 0rem;
  transform: rotate(90deg);
  transform-origin: top right;
  top: 26rem;
  padding: 0;
}
.cid-tzpP6QWwmm .title:before {
  content: '';
  position: absolute;
  background: currentColor;
  top: 50%;
  left: -8.6rem;
  width: 100px;
  height: 2px;
}
@media (max-width: 1400px) {
  .cid-tzpP6QWwmm .img2 {
    width: 400px;
  }
  .cid-tzpP6QWwmm .container-fluid {
    padding-right: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-tzpP6QWwmm .img2 {
    width: 400px;
  }
  .cid-tzpP6QWwmm .img1 {
    padding-right: 4rem;
  }
}
@media (max-width: 767px) {
  .cid-tzpP6QWwmm .img1 {
    height: 600px;
    padding-right: 3rem;
  }
  .cid-tzpP6QWwmm .img2 {
    width: 200px;
  }
  .cid-tzpP6QWwmm .container-fluid {
    padding-right: 1rem;
  }
}
.cid-tzpu4KEeSl {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tzpu4KEeSl .mbr-text {
  line-height: 1.5;
  color: #333333;
}
.cid-tzpu4KEeSl .mbr-section-title {
  text-align: left;
  color: #000000;
}
.cid-tzpun2rO3g {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-tzpun2rO3g .mbr-text {
  line-height: 1.5;
  color: #333333;
}
.cid-tzpun2rO3g .mbr-section-title {
  text-align: left;
  color: #000000;
}
.cid-tzpun2rO3g img {
  width: 100%;
  padding-bottom: 1.5rem;
}
.cid-tzpun2rO3g .mbr-image-title {
  text-align: center;
  color: #656565;
}
.cid-tzpv1wcsis {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-tzpv1wcsis .card-wrapper {
  overflow: hidden;
  height: 100%;
  background: #f1eeea;
  color: #444444;
  padding: 0;
  border-radius: 6px;
  border: 1px solid #82786e;
  transition: all 0.3s;
}
.cid-tzpv1wcsis .card-wrapper:hover {
  box-shadow: 0 20px 30px rgba(0, 0, 0, 0.1);
  margin-top: -0.6rem;
}
.cid-tzpv1wcsis p {
  line-height: 1.6;
}
.cid-tzpv1wcsis .btn {
  border: none;
  background: transparent;
  font-weight: 400 !important;
}
.cid-tzpv1wcsis .card-title {
  color: #000000;
  margin: 0;
  line-height: 1.3;
  padding-bottom: 1.5rem;
}
.cid-tzpv1wcsis .card-img {
  overflow: hidden;
  max-height: 280px;
  border-radius: 0;
}
.cid-tzpv1wcsis img {
  transition: all 0.3s;
}
.cid-tzpv1wcsis .card-box {
  padding: 1.5rem;
}
.cid-tzpv1wcsis .mbr-section-title {
  margin: 0 auto;
  color: #000000;
  text-align: center;
}
.cid-tzpv1wcsis .card-box > p,
.cid-tzpv1wcsis .mbr-section-btn {
  color: #343434;
  text-align: left;
}
.cid-tzpv1wcsis .mbr-section-sub-title {
  text-align: center;
  color: #232323;
}
.cid-uFNScsFQMP {
  padding-top: 405px;
}
.cid-uFNScsFQMP .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFNScsFQMP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("../../../assets/images/dsc-241-2000x1330.jpg");
}
.cid-rArXFNF7KR {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #f1eeea;
}
.cid-rArXFNF7KR img {
  width: 90%;
}
@media (max-width: 992px) {
  .cid-rArXFNF7KR img {
    width: 100%;
  }
  .cid-rArXFNF7KR .pb-5 {
    padding-bottom: 1rem!important;
  }
}
.cid-rArXFNF7KR ul {
  padding-left: 2rem;
  margin-bottom: 0;
}
.cid-rArXFNF7KR ul li {
  margin-bottom: 0.4rem;
  list-style: none;
  position: relative;
}
.cid-rArXFNF7KR ul li:before {
  position: absolute;
  left: -2.6rem;
  content: '';
  display: inline-block;
  text-align: center;
  margin: 10px 14px;
  line-height: 20px;
  transition: all .2s;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #b69b74;
}
.cid-rArXFNF7KR H1 {
  text-align: left;
}
.cid-uSwTrW3LgH {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #eee8df;
}
.cid-uSwTrW3LgH .carousel-item {
  justify-content: center;
  -webkit-justify-content: center;
  padding-top: 8rem;
}
.cid-uSwTrW3LgH .carousel-item.active,
.cid-uSwTrW3LgH .carousel-item-next,
.cid-uSwTrW3LgH .carousel-item-prev {
  display: flex;
}
.cid-uSwTrW3LgH h2 {
  font-size: 15rem;
  position: absolute;
  left: 50%;
  width: fit-content;
  right: 50%;
  top: -8rem;
  transform: translateX(-50%);
  opacity: 0.1;
}
.cid-uSwTrW3LgH .carousel-controls a {
  transition: opacity 0.5s;
  font-size: 2rem;
}
.cid-uSwTrW3LgH .carousel-controls a span {
  position: absolute;
  top: 120px;
  padding: 10px;
  border-radius: 50%;
  color: white;
  background: #cfa66c;
  opacity: 0.3;
  transition: all 0.3s;
}
.cid-uSwTrW3LgH .carousel-controls a:hover span {
  opacity: 0.4;
}
.cid-uSwTrW3LgH H2 {
  color: #b69b74;
}
.cid-uSwTrW3LgH .title {
  color: #343434;
}
.cid-uSwTrW3LgH .user_text {
  color: #767676;
}
.cid-uSwTrW3LgH .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSwTrW3LgH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-rArXFY2Iib {
  background-image: url("../../../assets/images/baboon-baby-800x533.jpg");
}
.cid-uFMJavCbSd {
  padding-top: 30px;
  padding-bottom: 15px;
  background: linear-gradient(0deg, #eee8df, #ffffff);
}
.cid-uFMJavCbSd a {
  text-align: center;
}
.cid-uFMJavCbSd p {
  color: #0a0a0a;
  text-align: center;
}
.cid-uFMJavCbSd span {
  font-size: 2rem;
}
.cid-uFMJavCbSd .mbr-iconfont-social {
  font-size: 20px;
  width: 44px;
  padding-top: 6px;
  display: inline-block;
  line-height: 38px;
  border-radius: 50%;
}
.cid-uFMJavCbSd .socicon-twitter {
  color: #4da7de;
}
.cid-uFMJavCbSd .socicon-facebook {
  color: #3e5b98;
}
.cid-uFMJavCbSd .socicon-googleplus {
  color: #dd4b39;
}
.cid-uFMJavCbSd .socicon-instagram {
  color: #3f729b;
}
.cid-uFMJavCbSd .social-list a:focus {
  text-decoration: none;
}
.cid-uFMJavCbSd .text-copyright {
  width: 100%;
}
.cid-uFMJavCbSd .img-logo-footer {
  margin-right: 1rem;
  max-width: 5rem;
}
.cid-uFMJavCbSd .text-logo-footer {
  display: inline-block;
  vertical-align: middle;
}
.cid-uFMJavCbSd .logo-footer {
  line-height: normal;
}
.cid-uFMJavCbSd .copyright {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uFMJavCbSd .social-btns {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uFMJavCbSd .media-container-row {
  -webkit-align-items: center;
  align-items: center;
}
.cid-uFMJavCbSd .media-container-row a {
  margin: 0 1rem;
}
.cid-uJbg6gheuK {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #343434;
}
.cid-uJbg6gheuK .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uJbg6gheuK .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uJbg6gheuK .row {
    text-align: center;
  }
  .cid-uJbg6gheuK .social-row {
    justify-content: center;
  }
}
.cid-uJbg6gheuK .list {
  list-style: none;
  padding-left: 0;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uJbg6gheuK .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uJbg6gheuK .list {
    margin-bottom: 0rem;
  }
}
.cid-uJbg6gheuK .mbr-text {
  color: #bbbbbb;
}
.cid-uJbg6gheuK .mbr-iconfont {
  color: black;
}
.cid-uJbg6gheuK .copyright {
  color: #cccccc;
}
.cid-uJbg6gheuK .mbr-section-subtitle {
  color: #cfa66c;
}
.cid-tzpIuCpQ4j.popup-builder {
  background-color: #ffffff;
}
.cid-tzpIuCpQ4j.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-tzpIuCpQ4j.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-tzpIuCpQ4j .modal-content,
.cid-tzpIuCpQ4j .modal-dialog {
  height: auto;
}
.cid-tzpIuCpQ4j .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-tzpIuCpQ4j .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-tzpIuCpQ4j .form-wrapper .mbr-form .form-group,
  .cid-tzpIuCpQ4j .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-tzpIuCpQ4j .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-tzpIuCpQ4j .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tzpIuCpQ4j .mbr-text {
  text-align: center;
}
.cid-tzpIuCpQ4j .pt-0 {
  padding-top: 0 !important;
}
.cid-tzpIuCpQ4j .pb-0 {
  padding-bottom: 0 !important;
}
.cid-tzpIuCpQ4j .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-tzpIuCpQ4j .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-tzpIuCpQ4j .modal-open {
  overflow: hidden;
}
.cid-tzpIuCpQ4j .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-tzpIuCpQ4j .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-tzpIuCpQ4j .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-tzpIuCpQ4j .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-tzpIuCpQ4j .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-tzpIuCpQ4j .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-tzpIuCpQ4j .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-tzpIuCpQ4j .modal-content {
  background: #f1eeea;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-tzpIuCpQ4j .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-tzpIuCpQ4j .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-tzpIuCpQ4j .modal-backdrop.fade {
  opacity: 0;
}
.cid-tzpIuCpQ4j .modal-backdrop.show {
  opacity: .5;
}
.cid-tzpIuCpQ4j .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-tzpIuCpQ4j .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tzpIuCpQ4j .modal-header {
    padding: 1rem;
  }
}
.cid-tzpIuCpQ4j .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-tzpIuCpQ4j .modal-header .close svg {
  fill: #353535;
}
.cid-tzpIuCpQ4j .modal-header .close:hover {
  opacity: 1;
}
.cid-tzpIuCpQ4j .modal-header .close:focus {
  outline: none;
}
.cid-tzpIuCpQ4j .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-tzpIuCpQ4j .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-tzpIuCpQ4j .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tzpIuCpQ4j .modal-body {
    padding: 1rem;
  }
}
.cid-tzpIuCpQ4j .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-tzpIuCpQ4j .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tzpIuCpQ4j .modal-footer {
    padding: 1rem;
  }
}
.cid-tzpIuCpQ4j .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-tzpIuCpQ4j .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-tzpIuCpQ4j .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-tzpIuCpQ4j .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-tzpIuCpQ4j .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-tzpIuCpQ4j .modal-lg,
  .cid-tzpIuCpQ4j .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-tzpIuCpQ4j .modal-xl {
    max-width: 1140px;
  }
}
.cid-tzpIuCpQ4j .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-tzpIuCpQ4j .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-tzpIuCpQ4j .form-group {
  margin-bottom: 1rem;
}
.cid-tzpIuCpQ4j .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-tzpIuCpQ4j .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tzpIuCpQ4j .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-tzpIuCpQ4j .mbr-section-btn {
  margin: 0;
}
.cid-tzpIuCpQ4j .mbr-section-btn .btn {
  margin: 0;
}
.cid-tzpEHRGP6H.popup-builder {
  background-color: #ffffff;
}
.cid-tzpEHRGP6H.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-tzpEHRGP6H.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-tzpEHRGP6H .modal-content,
.cid-tzpEHRGP6H .modal-dialog {
  height: auto;
}
.cid-tzpEHRGP6H .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-tzpEHRGP6H .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-tzpEHRGP6H .form-wrapper .mbr-form .form-group,
  .cid-tzpEHRGP6H .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-tzpEHRGP6H .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-tzpEHRGP6H .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tzpEHRGP6H .mbr-text {
  text-align: center;
}
.cid-tzpEHRGP6H .pt-0 {
  padding-top: 0 !important;
}
.cid-tzpEHRGP6H .pb-0 {
  padding-bottom: 0 !important;
}
.cid-tzpEHRGP6H .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-tzpEHRGP6H .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-tzpEHRGP6H .modal-open {
  overflow: hidden;
}
.cid-tzpEHRGP6H .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-tzpEHRGP6H .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-tzpEHRGP6H .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-tzpEHRGP6H .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-tzpEHRGP6H .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-tzpEHRGP6H .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-tzpEHRGP6H .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-tzpEHRGP6H .modal-content {
  background: #f1eeea;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-tzpEHRGP6H .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-tzpEHRGP6H .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-tzpEHRGP6H .modal-backdrop.fade {
  opacity: 0;
}
.cid-tzpEHRGP6H .modal-backdrop.show {
  opacity: .5;
}
.cid-tzpEHRGP6H .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-tzpEHRGP6H .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tzpEHRGP6H .modal-header {
    padding: 1rem;
  }
}
.cid-tzpEHRGP6H .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-tzpEHRGP6H .modal-header .close svg {
  fill: #353535;
}
.cid-tzpEHRGP6H .modal-header .close:hover {
  opacity: 1;
}
.cid-tzpEHRGP6H .modal-header .close:focus {
  outline: none;
}
.cid-tzpEHRGP6H .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-tzpEHRGP6H .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-tzpEHRGP6H .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tzpEHRGP6H .modal-body {
    padding: 1rem;
  }
}
.cid-tzpEHRGP6H .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-tzpEHRGP6H .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tzpEHRGP6H .modal-footer {
    padding: 1rem;
  }
}
.cid-tzpEHRGP6H .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-tzpEHRGP6H .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-tzpEHRGP6H .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-tzpEHRGP6H .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-tzpEHRGP6H .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-tzpEHRGP6H .modal-lg,
  .cid-tzpEHRGP6H .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-tzpEHRGP6H .modal-xl {
    max-width: 1140px;
  }
}
.cid-tzpEHRGP6H .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-tzpEHRGP6H .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-tzpEHRGP6H .form-group {
  margin-bottom: 1rem;
}
.cid-tzpEHRGP6H .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-tzpEHRGP6H .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tzpEHRGP6H .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-tzpEHRGP6H .mbr-section-btn {
  margin: 0;
}
.cid-tzpEHRGP6H .mbr-section-btn .btn {
  margin: 0;
}
.cid-tzpK0yVb6f.popup-builder {
  background-color: #ffffff;
}
.cid-tzpK0yVb6f.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-tzpK0yVb6f.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-tzpK0yVb6f .modal-content,
.cid-tzpK0yVb6f .modal-dialog {
  height: auto;
}
.cid-tzpK0yVb6f .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-tzpK0yVb6f .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-tzpK0yVb6f .form-wrapper .mbr-form .form-group,
  .cid-tzpK0yVb6f .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-tzpK0yVb6f .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-tzpK0yVb6f .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tzpK0yVb6f .mbr-text {
  text-align: center;
}
.cid-tzpK0yVb6f .pt-0 {
  padding-top: 0 !important;
}
.cid-tzpK0yVb6f .pb-0 {
  padding-bottom: 0 !important;
}
.cid-tzpK0yVb6f .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-tzpK0yVb6f .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-tzpK0yVb6f .modal-open {
  overflow: hidden;
}
.cid-tzpK0yVb6f .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-tzpK0yVb6f .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-tzpK0yVb6f .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-tzpK0yVb6f .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-tzpK0yVb6f .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-tzpK0yVb6f .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-tzpK0yVb6f .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-tzpK0yVb6f .modal-content {
  background: #f1eeea;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-tzpK0yVb6f .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-tzpK0yVb6f .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-tzpK0yVb6f .modal-backdrop.fade {
  opacity: 0;
}
.cid-tzpK0yVb6f .modal-backdrop.show {
  opacity: .5;
}
.cid-tzpK0yVb6f .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-tzpK0yVb6f .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tzpK0yVb6f .modal-header {
    padding: 1rem;
  }
}
.cid-tzpK0yVb6f .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-tzpK0yVb6f .modal-header .close svg {
  fill: #353535;
}
.cid-tzpK0yVb6f .modal-header .close:hover {
  opacity: 1;
}
.cid-tzpK0yVb6f .modal-header .close:focus {
  outline: none;
}
.cid-tzpK0yVb6f .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-tzpK0yVb6f .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-tzpK0yVb6f .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tzpK0yVb6f .modal-body {
    padding: 1rem;
  }
}
.cid-tzpK0yVb6f .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-tzpK0yVb6f .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tzpK0yVb6f .modal-footer {
    padding: 1rem;
  }
}
.cid-tzpK0yVb6f .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-tzpK0yVb6f .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-tzpK0yVb6f .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-tzpK0yVb6f .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-tzpK0yVb6f .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-tzpK0yVb6f .modal-lg,
  .cid-tzpK0yVb6f .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-tzpK0yVb6f .modal-xl {
    max-width: 1140px;
  }
}
.cid-tzpK0yVb6f .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-tzpK0yVb6f .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-tzpK0yVb6f .form-group {
  margin-bottom: 1rem;
}
.cid-tzpK0yVb6f .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-tzpK0yVb6f .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tzpK0yVb6f .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-tzpK0yVb6f .mbr-section-btn {
  margin: 0;
}
.cid-tzpK0yVb6f .mbr-section-btn .btn {
  margin: 0;
}
.cid-uFMEt1RPJU .navbar {
  padding: .5rem 0;
  background: #232323;
  transition: none;
  min-height: 100px;
}
.cid-uFMEt1RPJU .navbar-dropdown.bg-color.transparent.opened {
  background: #232323;
}
.cid-uFMEt1RPJU a {
  font-style: normal;
}
.cid-uFMEt1RPJU a .link:hover {
  color: inherit!important;
}
.cid-uFMEt1RPJU .dropdown-item:active {
  background: #232323;
}
.cid-uFMEt1RPJU .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-uFMEt1RPJU .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.1rem 0 !important;
  margin: 0.5rem 1.4rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-uFMEt1RPJU .nav-item:focus,
.cid-uFMEt1RPJU .nav-link:focus {
  outline: none;
}
.cid-uFMEt1RPJU .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-uFMEt1RPJU .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-uFMEt1RPJU .menu-logo {
  margin-right: auto;
}
.cid-uFMEt1RPJU .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uFMEt1RPJU .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-uFMEt1RPJU .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-uFMEt1RPJU .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uFMEt1RPJU .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-uFMEt1RPJU .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uFMEt1RPJU .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-uFMEt1RPJU .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-uFMEt1RPJU .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-uFMEt1RPJU .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-uFMEt1RPJU .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uFMEt1RPJU .dropdown .dropdown-menu {
  background: #232323;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-uFMEt1RPJU .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-uFMEt1RPJU .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uFMEt1RPJU .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uFMEt1RPJU .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uFMEt1RPJU .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-uFMEt1RPJU .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-uFMEt1RPJU .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-uFMEt1RPJU .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-uFMEt1RPJU .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uFMEt1RPJU .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-uFMEt1RPJU .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uFMEt1RPJU button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.8rem;
  right: 1rem;
}
.cid-uFMEt1RPJU button.navbar-toggler:focus {
  outline: none;
}
.cid-uFMEt1RPJU button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #cfa66c;
}
.cid-uFMEt1RPJU button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uFMEt1RPJU button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uFMEt1RPJU button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uFMEt1RPJU button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uFMEt1RPJU nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uFMEt1RPJU nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uFMEt1RPJU nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uFMEt1RPJU nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uFMEt1RPJU .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uFMEt1RPJU .collapsed .btn {
  display: -webkit-flex;
}
.cid-uFMEt1RPJU .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uFMEt1RPJU .collapsed .navbar-collapse.collapsing,
.cid-uFMEt1RPJU .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uFMEt1RPJU .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uFMEt1RPJU .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uFMEt1RPJU .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uFMEt1RPJU .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uFMEt1RPJU .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-uFMEt1RPJU .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-uFMEt1RPJU .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uFMEt1RPJU .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-uFMEt1RPJU .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uFMEt1RPJU .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-uFMEt1RPJU .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-uFMEt1RPJU .collapsed button.navbar-toggler {
  display: block;
}
.cid-uFMEt1RPJU .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-uFMEt1RPJU .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uFMEt1RPJU .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-uFMEt1RPJU .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uFMEt1RPJU .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uFMEt1RPJU .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1023px) {
  .cid-uFMEt1RPJU .navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uFMEt1RPJU img {
    height: 3.8rem !important;
  }
  .cid-uFMEt1RPJU .btn {
    display: -webkit-flex;
  }
  .cid-uFMEt1RPJU button.navbar-toggler {
    display: block;
  }
  .cid-uFMEt1RPJU .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-uFMEt1RPJU .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uFMEt1RPJU .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-uFMEt1RPJU .navbar-collapse.collapsing,
  .cid-uFMEt1RPJU .navbar-collapse.show {
    display: block !important;
  }
  .cid-uFMEt1RPJU .navbar-collapse.collapsing .navbar-nav,
  .cid-uFMEt1RPJU .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uFMEt1RPJU .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uFMEt1RPJU .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uFMEt1RPJU .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-uFMEt1RPJU .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-uFMEt1RPJU .navbar-collapse.collapsing .navbar-buttons,
  .cid-uFMEt1RPJU .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-uFMEt1RPJU .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uFMEt1RPJU .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uFMEt1RPJU .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-uFMEt1RPJU .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uFMEt1RPJU .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uFMEt1RPJU .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-uFMEt1RPJU .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-uFMEt1RPJU .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-uFMEt1RPJU .nav-link,
.cid-uFMEt1RPJU .dropdown-item {
  border-bottom: 2px solid transparent;
  transition: all 0.3s;
}
.cid-uFMEt1RPJU .nav-link:hover,
.cid-uFMEt1RPJU .dropdown-item:hover {
  color: #efefef !important;
  border-color: #cfa66c;
}
.cid-u1qYQAMVMV {
  overflow-x: hidden !important;
}
.cid-u1qYQAMVMV .mbr-section-title {
  color: #4f4943;
}
.cid-u1qYQAMVMV .mbr-section-title span {
  color: #cfa66c;
}
.cid-u1qYQAMVMV .mbr-text {
  color: #4f4943;
  letter-spacing: 5px;
  font-weight: 100;
}
.cid-u1qYQAMVMV .scroll-wrapper {
  top: 0;
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  background-size: cover;
  position: absolute;
  background-repeat: repeat;
  z-index: 0;
  -webkit-animation-duration: 13s !important;
  animation-duration: 13s;
  background-image: url("../../../assets/images/elephants-of-south-luangwa-1-1200x797.jpg");
}
.cid-u1qYQAMVMV .scroll-wrapper.second {
  left: calc(100% - 1px);
}
.cid-u1qYQAMVMV .mbr-overlay {
  z-index: 1;
}
.cid-u1qYQAMVMV .block-content {
  z-index: 2;
}
@keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-webkit-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-moz-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-o-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
.cid-u1qYQCM4ZE {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #f7f4f0;
}
.cid-u1qYQCM4ZE span {
  color: #c1c1c1;
}
.cid-u1qYQCM4ZE .flex-block {
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.cid-u1qYQCM4ZE .flex-block span {
  font-size: 3rem;
  margin-right: 3rem;
}
@media (min-width: 577px) {
  .cid-u1qYQCM4ZE .flex-block span {
    margin-left: 2rem;
  }
}
.cid-u1qYQCM4ZE .block-quote {
  color: #4f4943;
}
.cid-u1qYQEe59U {
  background-color: #f1eeea;
}
.cid-u1qYQEe59U .container-fluid {
  position: relative;
  padding-right: 10.4rem;
  padding-left: 0;
}
.cid-u1qYQEe59U .wrapper {
  position: relative;
}
.cid-u1qYQEe59U .img1 {
  width: 100%;
  padding-right: 6rem;
  object-fit: cover;
  height: 800px;
}
.cid-u1qYQEe59U .mbr-iconfont {
  font-size: 1.8rem;
  color: #232323;
}
.cid-u1qYQEe59U .mbr-iconfont:hover {
  cursor: pointer;
}
.cid-u1qYQEe59U .icon1 {
  position: absolute;
  top: 2rem;
  right: 0rem;
}
.cid-u1qYQEe59U .icon2 {
  position: absolute;
  top: 5rem;
  right: 0rem;
}
.cid-u1qYQEe59U .img2 {
  position: absolute;
  bottom: -4.6rem;
  right: 0;
  width: 400px;
  box-shadow: 2.5px 4.3px 62px 0 rgba(0, 0, 0, 0.22);
}
.cid-u1qYQEe59U .title {
  position: absolute;
  right: 0rem;
  transform: rotate(90deg);
  transform-origin: top right;
  top: 26rem;
  padding: 0;
}
.cid-u1qYQEe59U .title:before {
  content: '';
  position: absolute;
  background: currentColor;
  top: 50%;
  left: -8.6rem;
  width: 100px;
  height: 2px;
}
@media (max-width: 1400px) {
  .cid-u1qYQEe59U .img2 {
    width: 400px;
  }
  .cid-u1qYQEe59U .container-fluid {
    padding-right: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-u1qYQEe59U .img2 {
    width: 400px;
  }
  .cid-u1qYQEe59U .img1 {
    padding-right: 4rem;
  }
}
@media (max-width: 767px) {
  .cid-u1qYQEe59U .img1 {
    height: 600px;
    padding-right: 3rem;
  }
  .cid-u1qYQEe59U .img2 {
    width: 200px;
  }
  .cid-u1qYQEe59U .container-fluid {
    padding-right: 1rem;
  }
}
.cid-u1qYQGTaaX {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-u1qYQGTaaX .mbr-text {
  line-height: 1.5;
  color: #333333;
}
.cid-u1qYQGTaaX .mbr-section-title {
  text-align: left;
  color: #000000;
}
.cid-u1qYQIZzpn {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-u1qYQIZzpn .mbr-text {
  line-height: 1.5;
  color: #333333;
}
.cid-u1qYQIZzpn .mbr-section-title {
  text-align: left;
  color: #000000;
}
.cid-u1qYQIZzpn img {
  width: 100%;
  padding-bottom: 1.5rem;
}
.cid-u1qYQIZzpn .mbr-image-title {
  text-align: center;
  color: #656565;
}
.cid-uSwV8tX9PO {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #eee8df;
}
.cid-uSwV8tX9PO .carousel-item {
  justify-content: center;
  -webkit-justify-content: center;
  padding-top: 8rem;
}
.cid-uSwV8tX9PO .carousel-item.active,
.cid-uSwV8tX9PO .carousel-item-next,
.cid-uSwV8tX9PO .carousel-item-prev {
  display: flex;
}
.cid-uSwV8tX9PO h2 {
  font-size: 15rem;
  position: absolute;
  left: 50%;
  width: fit-content;
  right: 50%;
  top: -8rem;
  transform: translateX(-50%);
  opacity: 0.1;
}
.cid-uSwV8tX9PO .carousel-controls a {
  transition: opacity 0.5s;
  font-size: 2rem;
}
.cid-uSwV8tX9PO .carousel-controls a span {
  position: absolute;
  top: 120px;
  padding: 10px;
  border-radius: 50%;
  color: white;
  background: #cfa66c;
  opacity: 0.3;
  transition: all 0.3s;
}
.cid-uSwV8tX9PO .carousel-controls a:hover span {
  opacity: 0.4;
}
.cid-uSwV8tX9PO H2 {
  color: #b69b74;
}
.cid-uSwV8tX9PO .title {
  color: #343434;
}
.cid-uSwV8tX9PO .user_text {
  color: #767676;
}
.cid-uSwV8tX9PO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSwV8tX9PO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u1r7EX2G6L {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #f7f4f0;
}
.cid-u1r7EX2G6L .row {
  padding: 0 1rem;
  justify-content: center;
}
.cid-u1r7EX2G6L .card {
  margin-bottom: 2.5rem;
  padding: 0;
}
.cid-u1r7EX2G6L .card .card-block {
  -webkit-flex-grow: 0;
  flex-grow: 0;
}
.cid-u1r7EX2G6L .card .card-block .photo {
  display: inline-block;
  margin-bottom: 1.4rem;
  overflow: hidden;
}
.cid-u1r7EX2G6L .card .card-block .photo img {
  width: 100%;
  min-width: 100%;
  height: 320px;
  object-fit: cover;
  min-height: 100%;
  transition: all 0.3s;
}
.cid-u1r7EX2G6L .title {
  max-width: 800px;
  margin: auto;
}
.cid-u1r7EX2G6L .text-wrap {
  padding: 0 1rem;
}
.cid-u1r7EX2G6L .link {
  position: relative;
  width: fit-content;
  display: inline-block;
  padding-right: 2rem;
  cursor: pointer;
}
.cid-u1r7EX2G6L .link:before {
  content: '\e966';
  font-family: MobiriseIcons !important;
  position: absolute;
  right: 0rem;
  transition: all 0.3s;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1rem;
  color: currentColor;
}
.cid-u1r7EX2G6L .link:hover:before {
  margin-right: -0.4rem;
}
.cid-u1r7EX2G6L .card-block:hover img {
  transform: scale(1.1);
}
.cid-u1r7EX2G6L H4 {
  color: #b69b74;
}
@media (max-width: 992px) {
  .cid-u1r7EX2G6L .md-pb {
    margin-bottom: 2rem !important;
  }
}
.cid-u1qYQKQy55 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-u1qYQKQy55 .card-wrapper {
  overflow: hidden;
  height: 100%;
  background: #f1eeea;
  color: #444444;
  padding: 0;
  border-radius: 6px;
  border: 1px solid #82786e;
  transition: all 0.3s;
}
.cid-u1qYQKQy55 .card-wrapper:hover {
  box-shadow: 0 20px 30px rgba(0, 0, 0, 0.1);
  margin-top: -0.6rem;
}
.cid-u1qYQKQy55 p {
  line-height: 1.6;
}
.cid-u1qYQKQy55 .btn {
  border: none;
  background: transparent;
  font-weight: 400 !important;
}
.cid-u1qYQKQy55 .card-title {
  color: #000000;
  margin: 0;
  line-height: 1.3;
  padding-bottom: 1.5rem;
}
.cid-u1qYQKQy55 .card-img {
  overflow: hidden;
  max-height: 280px;
  border-radius: 0;
}
.cid-u1qYQKQy55 img {
  transition: all 0.3s;
}
.cid-u1qYQKQy55 .card-box {
  padding: 1.5rem;
}
.cid-u1qYQKQy55 .mbr-section-title {
  margin: 0 auto;
  color: #000000;
  text-align: center;
}
.cid-u1qYQKQy55 .card-box > p,
.cid-u1qYQKQy55 .mbr-section-btn {
  color: #343434;
  text-align: center;
}
.cid-u1qYQKQy55 .mbr-section-sub-title {
  text-align: center;
  color: #232323;
}
.cid-u75X021h7D {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-u75X021h7D .card-wrapper {
  overflow: hidden;
  height: 100%;
  background: #f1eeea;
  color: #444444;
  padding: 0;
  border-radius: 6px;
  border: 1px solid #82786e;
  transition: all 0.3s;
}
.cid-u75X021h7D .card-wrapper:hover {
  box-shadow: 0 20px 30px rgba(0, 0, 0, 0.1);
  margin-top: -0.6rem;
}
.cid-u75X021h7D p {
  line-height: 1.6;
}
.cid-u75X021h7D .btn {
  border: none;
  background: transparent;
  font-weight: 400 !important;
}
.cid-u75X021h7D .card-title {
  color: #000000;
  margin: 0;
  line-height: 1.3;
  padding-bottom: 1.5rem;
}
.cid-u75X021h7D .card-img {
  overflow: hidden;
  max-height: 280px;
  border-radius: 0;
}
.cid-u75X021h7D img {
  transition: all 0.3s;
}
.cid-u75X021h7D .card-box {
  padding: 1.5rem;
}
.cid-u75X021h7D .mbr-section-title {
  margin: 0 auto;
  color: #000000;
  text-align: center;
}
.cid-u75X021h7D .card-box > p,
.cid-u75X021h7D .mbr-section-btn {
  color: #343434;
  text-align: center;
}
.cid-u75X021h7D .mbr-section-sub-title {
  text-align: center;
  color: #232323;
}
.cid-u75YqLuC79 {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #f7f4f0;
}
.cid-u75YqLuC79 .row {
  padding: 0 1rem;
  justify-content: center;
}
.cid-u75YqLuC79 .card {
  margin-bottom: 2.5rem;
  padding: 0;
}
.cid-u75YqLuC79 .card .card-block {
  -webkit-flex-grow: 0;
  flex-grow: 0;
}
.cid-u75YqLuC79 .card .card-block .photo {
  display: inline-block;
  margin-bottom: 1.4rem;
  overflow: hidden;
}
.cid-u75YqLuC79 .card .card-block .photo img {
  width: 100%;
  min-width: 100%;
  height: 320px;
  object-fit: cover;
  min-height: 100%;
  transition: all 0.3s;
}
.cid-u75YqLuC79 .title {
  max-width: 800px;
  margin: auto;
}
.cid-u75YqLuC79 .text-wrap {
  padding: 0 1rem;
}
.cid-u75YqLuC79 .link {
  position: relative;
  width: fit-content;
  display: inline-block;
  padding-right: 2rem;
  cursor: pointer;
}
.cid-u75YqLuC79 .link:before {
  content: '\e966';
  font-family: MobiriseIcons !important;
  position: absolute;
  right: 0rem;
  transition: all 0.3s;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1rem;
  color: currentColor;
}
.cid-u75YqLuC79 .link:hover:before {
  margin-right: -0.4rem;
}
.cid-u75YqLuC79 .card-block:hover img {
  transform: scale(1.1);
}
.cid-u75YqLuC79 H4 {
  color: #b69b74;
}
@media (max-width: 992px) {
  .cid-u75YqLuC79 .md-pb {
    margin-bottom: 2rem !important;
  }
}
.cid-u2mTPGDo0K {
  background-image: url("../../../assets/images/going-places-1800x1200.jpeg");
}
.cid-u2mTPGDo0K DIV {
  text-align: center;
}
.cid-uJbgpl5PBN {
  padding-top: 30px;
  padding-bottom: 15px;
  background: linear-gradient(0deg, #eee8df, #ffffff);
}
.cid-uJbgpl5PBN a {
  text-align: center;
}
.cid-uJbgpl5PBN p {
  color: #0a0a0a;
  text-align: center;
}
.cid-uJbgpl5PBN span {
  font-size: 2rem;
}
.cid-uJbgpl5PBN .mbr-iconfont-social {
  font-size: 20px;
  width: 44px;
  padding-top: 6px;
  display: inline-block;
  line-height: 38px;
  border-radius: 50%;
}
.cid-uJbgpl5PBN .socicon-twitter {
  color: #4da7de;
}
.cid-uJbgpl5PBN .socicon-facebook {
  color: #3e5b98;
}
.cid-uJbgpl5PBN .socicon-googleplus {
  color: #dd4b39;
}
.cid-uJbgpl5PBN .socicon-instagram {
  color: #3f729b;
}
.cid-uJbgpl5PBN .social-list a:focus {
  text-decoration: none;
}
.cid-uJbgpl5PBN .text-copyright {
  width: 100%;
}
.cid-uJbgpl5PBN .img-logo-footer {
  margin-right: 1rem;
  max-width: 5rem;
}
.cid-uJbgpl5PBN .text-logo-footer {
  display: inline-block;
  vertical-align: middle;
}
.cid-uJbgpl5PBN .logo-footer {
  line-height: normal;
}
.cid-uJbgpl5PBN .copyright {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uJbgpl5PBN .social-btns {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uJbgpl5PBN .media-container-row {
  -webkit-align-items: center;
  align-items: center;
}
.cid-uJbgpl5PBN .media-container-row a {
  margin: 0 1rem;
}
.cid-uJbgdVI33r {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #343434;
}
.cid-uJbgdVI33r .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uJbgdVI33r .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uJbgdVI33r .row {
    text-align: center;
  }
  .cid-uJbgdVI33r .social-row {
    justify-content: center;
  }
}
.cid-uJbgdVI33r .list {
  list-style: none;
  padding-left: 0;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uJbgdVI33r .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uJbgdVI33r .list {
    margin-bottom: 0rem;
  }
}
.cid-uJbgdVI33r .mbr-text {
  color: #bbbbbb;
}
.cid-uJbgdVI33r .mbr-iconfont {
  color: black;
}
.cid-uJbgdVI33r .copyright {
  color: #cccccc;
}
.cid-uJbgdVI33r .mbr-section-subtitle {
  color: #cfa66c;
}
.cid-u8dRSz9hP3.popup-builder {
  background-color: #ffffff;
}
.cid-u8dRSz9hP3.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-u8dRSz9hP3.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-u8dRSz9hP3 .modal-content,
.cid-u8dRSz9hP3 .modal-dialog {
  height: auto;
}
.cid-u8dRSz9hP3 .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-u8dRSz9hP3 .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-u8dRSz9hP3 .form-wrapper .mbr-form .form-group,
  .cid-u8dRSz9hP3 .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-u8dRSz9hP3 .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-u8dRSz9hP3 .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-u8dRSz9hP3 .mbr-text {
  text-align: center;
}
.cid-u8dRSz9hP3 .pt-0 {
  padding-top: 0 !important;
}
.cid-u8dRSz9hP3 .pb-0 {
  padding-bottom: 0 !important;
}
.cid-u8dRSz9hP3 .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-u8dRSz9hP3 .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-u8dRSz9hP3 .modal-open {
  overflow: hidden;
}
.cid-u8dRSz9hP3 .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-u8dRSz9hP3 .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-u8dRSz9hP3 .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-u8dRSz9hP3 .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-u8dRSz9hP3 .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-u8dRSz9hP3 .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-u8dRSz9hP3 .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-u8dRSz9hP3 .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-u8dRSz9hP3 .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-u8dRSz9hP3 .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-u8dRSz9hP3 .modal-backdrop.fade {
  opacity: 0;
}
.cid-u8dRSz9hP3 .modal-backdrop.show {
  opacity: .5;
}
.cid-u8dRSz9hP3 .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-u8dRSz9hP3 .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-u8dRSz9hP3 .modal-header {
    padding: 1rem;
  }
}
.cid-u8dRSz9hP3 .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-u8dRSz9hP3 .modal-header .close svg {
  fill: #353535;
}
.cid-u8dRSz9hP3 .modal-header .close:hover {
  opacity: 1;
}
.cid-u8dRSz9hP3 .modal-header .close:focus {
  outline: none;
}
.cid-u8dRSz9hP3 .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-u8dRSz9hP3 .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-u8dRSz9hP3 .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-u8dRSz9hP3 .modal-body {
    padding: 1rem;
  }
}
.cid-u8dRSz9hP3 .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-u8dRSz9hP3 .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-u8dRSz9hP3 .modal-footer {
    padding: 1rem;
  }
}
.cid-u8dRSz9hP3 .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-u8dRSz9hP3 .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-u8dRSz9hP3 .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-u8dRSz9hP3 .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-u8dRSz9hP3 .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-u8dRSz9hP3 .modal-lg,
  .cid-u8dRSz9hP3 .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-u8dRSz9hP3 .modal-xl {
    max-width: 1140px;
  }
}
.cid-u8dRSz9hP3 .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-u8dRSz9hP3 .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-u8dRSz9hP3 .form-group {
  margin-bottom: 1rem;
}
.cid-u8dRSz9hP3 .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-u8dRSz9hP3 .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-u8dRSz9hP3 .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-u8dRSz9hP3 .mbr-section-btn {
  margin: 0;
}
.cid-u8dRSz9hP3 .mbr-section-btn .btn {
  margin: 0;
}
.cid-u8dTvUQDlO.popup-builder {
  background-color: #ffffff;
}
.cid-u8dTvUQDlO.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-u8dTvUQDlO.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-u8dTvUQDlO .modal-content,
.cid-u8dTvUQDlO .modal-dialog {
  height: auto;
}
.cid-u8dTvUQDlO .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-u8dTvUQDlO .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-u8dTvUQDlO .form-wrapper .mbr-form .form-group,
  .cid-u8dTvUQDlO .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-u8dTvUQDlO .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-u8dTvUQDlO .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-u8dTvUQDlO .mbr-text {
  text-align: center;
}
.cid-u8dTvUQDlO .pt-0 {
  padding-top: 0 !important;
}
.cid-u8dTvUQDlO .pb-0 {
  padding-bottom: 0 !important;
}
.cid-u8dTvUQDlO .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-u8dTvUQDlO .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-u8dTvUQDlO .modal-open {
  overflow: hidden;
}
.cid-u8dTvUQDlO .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-u8dTvUQDlO .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-u8dTvUQDlO .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-u8dTvUQDlO .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-u8dTvUQDlO .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-u8dTvUQDlO .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-u8dTvUQDlO .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-u8dTvUQDlO .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-u8dTvUQDlO .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-u8dTvUQDlO .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-u8dTvUQDlO .modal-backdrop.fade {
  opacity: 0;
}
.cid-u8dTvUQDlO .modal-backdrop.show {
  opacity: .5;
}
.cid-u8dTvUQDlO .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-u8dTvUQDlO .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-u8dTvUQDlO .modal-header {
    padding: 1rem;
  }
}
.cid-u8dTvUQDlO .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-u8dTvUQDlO .modal-header .close svg {
  fill: #353535;
}
.cid-u8dTvUQDlO .modal-header .close:hover {
  opacity: 1;
}
.cid-u8dTvUQDlO .modal-header .close:focus {
  outline: none;
}
.cid-u8dTvUQDlO .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-u8dTvUQDlO .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-u8dTvUQDlO .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-u8dTvUQDlO .modal-body {
    padding: 1rem;
  }
}
.cid-u8dTvUQDlO .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-u8dTvUQDlO .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-u8dTvUQDlO .modal-footer {
    padding: 1rem;
  }
}
.cid-u8dTvUQDlO .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-u8dTvUQDlO .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-u8dTvUQDlO .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-u8dTvUQDlO .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-u8dTvUQDlO .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-u8dTvUQDlO .modal-lg,
  .cid-u8dTvUQDlO .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-u8dTvUQDlO .modal-xl {
    max-width: 1140px;
  }
}
.cid-u8dTvUQDlO .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-u8dTvUQDlO .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-u8dTvUQDlO .form-group {
  margin-bottom: 1rem;
}
.cid-u8dTvUQDlO .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-u8dTvUQDlO .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-u8dTvUQDlO .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-u8dTvUQDlO .mbr-section-btn {
  margin: 0;
}
.cid-u8dTvUQDlO .mbr-section-btn .btn {
  margin: 0;
}
.cid-u8dUj7p0NJ.popup-builder {
  background-color: #ffffff;
}
.cid-u8dUj7p0NJ.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-u8dUj7p0NJ.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-u8dUj7p0NJ .modal-content,
.cid-u8dUj7p0NJ .modal-dialog {
  height: auto;
}
.cid-u8dUj7p0NJ .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-u8dUj7p0NJ .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-u8dUj7p0NJ .form-wrapper .mbr-form .form-group,
  .cid-u8dUj7p0NJ .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-u8dUj7p0NJ .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-u8dUj7p0NJ .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-u8dUj7p0NJ .mbr-text {
  text-align: center;
}
.cid-u8dUj7p0NJ .pt-0 {
  padding-top: 0 !important;
}
.cid-u8dUj7p0NJ .pb-0 {
  padding-bottom: 0 !important;
}
.cid-u8dUj7p0NJ .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-u8dUj7p0NJ .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-u8dUj7p0NJ .modal-open {
  overflow: hidden;
}
.cid-u8dUj7p0NJ .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-u8dUj7p0NJ .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-u8dUj7p0NJ .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-u8dUj7p0NJ .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-u8dUj7p0NJ .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-u8dUj7p0NJ .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-u8dUj7p0NJ .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-u8dUj7p0NJ .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-u8dUj7p0NJ .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-u8dUj7p0NJ .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-u8dUj7p0NJ .modal-backdrop.fade {
  opacity: 0;
}
.cid-u8dUj7p0NJ .modal-backdrop.show {
  opacity: .5;
}
.cid-u8dUj7p0NJ .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-u8dUj7p0NJ .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-u8dUj7p0NJ .modal-header {
    padding: 1rem;
  }
}
.cid-u8dUj7p0NJ .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-u8dUj7p0NJ .modal-header .close svg {
  fill: #353535;
}
.cid-u8dUj7p0NJ .modal-header .close:hover {
  opacity: 1;
}
.cid-u8dUj7p0NJ .modal-header .close:focus {
  outline: none;
}
.cid-u8dUj7p0NJ .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-u8dUj7p0NJ .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-u8dUj7p0NJ .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-u8dUj7p0NJ .modal-body {
    padding: 1rem;
  }
}
.cid-u8dUj7p0NJ .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-u8dUj7p0NJ .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-u8dUj7p0NJ .modal-footer {
    padding: 1rem;
  }
}
.cid-u8dUj7p0NJ .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-u8dUj7p0NJ .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-u8dUj7p0NJ .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-u8dUj7p0NJ .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-u8dUj7p0NJ .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-u8dUj7p0NJ .modal-lg,
  .cid-u8dUj7p0NJ .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-u8dUj7p0NJ .modal-xl {
    max-width: 1140px;
  }
}
.cid-u8dUj7p0NJ .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-u8dUj7p0NJ .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-u8dUj7p0NJ .form-group {
  margin-bottom: 1rem;
}
.cid-u8dUj7p0NJ .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-u8dUj7p0NJ .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-u8dUj7p0NJ .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-u8dUj7p0NJ .mbr-section-btn {
  margin: 0;
}
.cid-u8dUj7p0NJ .mbr-section-btn .btn {
  margin: 0;
}
.cid-uFMEt1RPJU .navbar {
  padding: .5rem 0;
  background: #232323;
  transition: none;
  min-height: 100px;
}
.cid-uFMEt1RPJU .navbar-dropdown.bg-color.transparent.opened {
  background: #232323;
}
.cid-uFMEt1RPJU a {
  font-style: normal;
}
.cid-uFMEt1RPJU a .link:hover {
  color: inherit!important;
}
.cid-uFMEt1RPJU .dropdown-item:active {
  background: #232323;
}
.cid-uFMEt1RPJU .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-uFMEt1RPJU .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.1rem 0 !important;
  margin: 0.5rem 1.4rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-uFMEt1RPJU .nav-item:focus,
.cid-uFMEt1RPJU .nav-link:focus {
  outline: none;
}
.cid-uFMEt1RPJU .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-uFMEt1RPJU .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-uFMEt1RPJU .menu-logo {
  margin-right: auto;
}
.cid-uFMEt1RPJU .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uFMEt1RPJU .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-uFMEt1RPJU .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-uFMEt1RPJU .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uFMEt1RPJU .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-uFMEt1RPJU .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uFMEt1RPJU .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-uFMEt1RPJU .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-uFMEt1RPJU .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-uFMEt1RPJU .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-uFMEt1RPJU .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uFMEt1RPJU .dropdown .dropdown-menu {
  background: #232323;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-uFMEt1RPJU .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-uFMEt1RPJU .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uFMEt1RPJU .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uFMEt1RPJU .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uFMEt1RPJU .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-uFMEt1RPJU .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-uFMEt1RPJU .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-uFMEt1RPJU .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-uFMEt1RPJU .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uFMEt1RPJU .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-uFMEt1RPJU .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uFMEt1RPJU button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.8rem;
  right: 1rem;
}
.cid-uFMEt1RPJU button.navbar-toggler:focus {
  outline: none;
}
.cid-uFMEt1RPJU button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #cfa66c;
}
.cid-uFMEt1RPJU button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uFMEt1RPJU button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uFMEt1RPJU button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uFMEt1RPJU button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uFMEt1RPJU nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uFMEt1RPJU nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uFMEt1RPJU nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uFMEt1RPJU nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uFMEt1RPJU .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uFMEt1RPJU .collapsed .btn {
  display: -webkit-flex;
}
.cid-uFMEt1RPJU .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uFMEt1RPJU .collapsed .navbar-collapse.collapsing,
.cid-uFMEt1RPJU .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uFMEt1RPJU .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uFMEt1RPJU .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uFMEt1RPJU .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uFMEt1RPJU .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uFMEt1RPJU .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-uFMEt1RPJU .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-uFMEt1RPJU .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uFMEt1RPJU .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-uFMEt1RPJU .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uFMEt1RPJU .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-uFMEt1RPJU .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-uFMEt1RPJU .collapsed button.navbar-toggler {
  display: block;
}
.cid-uFMEt1RPJU .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-uFMEt1RPJU .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uFMEt1RPJU .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-uFMEt1RPJU .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uFMEt1RPJU .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uFMEt1RPJU .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1023px) {
  .cid-uFMEt1RPJU .navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uFMEt1RPJU img {
    height: 3.8rem !important;
  }
  .cid-uFMEt1RPJU .btn {
    display: -webkit-flex;
  }
  .cid-uFMEt1RPJU button.navbar-toggler {
    display: block;
  }
  .cid-uFMEt1RPJU .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-uFMEt1RPJU .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uFMEt1RPJU .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-uFMEt1RPJU .navbar-collapse.collapsing,
  .cid-uFMEt1RPJU .navbar-collapse.show {
    display: block !important;
  }
  .cid-uFMEt1RPJU .navbar-collapse.collapsing .navbar-nav,
  .cid-uFMEt1RPJU .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uFMEt1RPJU .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uFMEt1RPJU .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uFMEt1RPJU .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-uFMEt1RPJU .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-uFMEt1RPJU .navbar-collapse.collapsing .navbar-buttons,
  .cid-uFMEt1RPJU .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-uFMEt1RPJU .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uFMEt1RPJU .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uFMEt1RPJU .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-uFMEt1RPJU .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uFMEt1RPJU .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uFMEt1RPJU .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-uFMEt1RPJU .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-uFMEt1RPJU .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-uFMEt1RPJU .nav-link,
.cid-uFMEt1RPJU .dropdown-item {
  border-bottom: 2px solid transparent;
  transition: all 0.3s;
}
.cid-uFMEt1RPJU .nav-link:hover,
.cid-uFMEt1RPJU .dropdown-item:hover {
  color: #efefef !important;
  border-color: #cfa66c;
}
.cid-u767omcrFn {
  overflow-x: hidden !important;
}
.cid-u767omcrFn .mbr-section-title {
  color: #4f4943;
}
.cid-u767omcrFn .mbr-section-title span {
  color: #cfa66c;
}
.cid-u767omcrFn .mbr-text {
  color: #4f4943;
  letter-spacing: 5px;
  font-weight: 100;
}
.cid-u767omcrFn .scroll-wrapper {
  top: 0;
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  background-size: cover;
  position: absolute;
  background-repeat: repeat;
  z-index: 0;
  -webkit-animation-duration: 13s !important;
  animation-duration: 13s;
  background-image: url("../../../assets/images/elephants-of-south-luangwa-1-1200x797.jpg");
}
.cid-u767omcrFn .scroll-wrapper.second {
  left: calc(100% - 1px);
}
.cid-u767omcrFn .mbr-overlay {
  z-index: 1;
}
.cid-u767omcrFn .block-content {
  z-index: 2;
}
@keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-webkit-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-moz-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-o-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
.cid-u767omshlm {
  padding-top: 90px;
  padding-bottom: 135px;
  background-color: #f1eeea;
}
.cid-u767omshlm .container-fluid {
  position: relative;
  padding-right: 10.4rem;
  padding-left: 0;
}
.cid-u767omshlm .wrapper {
  position: relative;
}
.cid-u767omshlm .img1 {
  width: 100%;
  padding-right: 6rem;
  object-fit: cover;
  height: 800px;
}
.cid-u767omshlm .mbr-iconfont {
  font-size: 1.8rem;
  color: #232323;
}
.cid-u767omshlm .mbr-iconfont:hover {
  cursor: pointer;
}
.cid-u767omshlm .icon1 {
  position: absolute;
  top: 2rem;
  right: 0rem;
}
.cid-u767omshlm .icon2 {
  position: absolute;
  top: 5rem;
  right: 0rem;
}
.cid-u767omshlm .img2 {
  position: absolute;
  bottom: -4.6rem;
  right: 0;
  width: 400px;
  box-shadow: 2.5px 4.3px 62px 0 rgba(0, 0, 0, 0.22);
}
.cid-u767omshlm .title {
  position: absolute;
  right: 0rem;
  transform: rotate(90deg);
  transform-origin: top right;
  top: 26rem;
  padding: 0;
}
.cid-u767omshlm .title:before {
  content: '';
  position: absolute;
  background: currentColor;
  top: 50%;
  left: -8.6rem;
  width: 100px;
  height: 2px;
}
@media (max-width: 1400px) {
  .cid-u767omshlm .img2 {
    width: 400px;
  }
  .cid-u767omshlm .container-fluid {
    padding-right: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-u767omshlm .img2 {
    width: 400px;
  }
  .cid-u767omshlm .img1 {
    padding-right: 4rem;
  }
}
@media (max-width: 767px) {
  .cid-u767omshlm .img1 {
    height: 600px;
    padding-right: 3rem;
  }
  .cid-u767omshlm .img2 {
    width: 200px;
  }
  .cid-u767omshlm .container-fluid {
    padding-right: 1rem;
  }
}
.cid-u767omshlm H1 {
  color: #4f4943;
}
.cid-u767omI25O {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #f7f4f0;
}
.cid-u767omI25O span {
  color: #c1c1c1;
}
.cid-u767omI25O .flex-block {
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.cid-u767omI25O .flex-block span {
  font-size: 3rem;
  margin-right: 3rem;
}
@media (min-width: 577px) {
  .cid-u767omI25O .flex-block span {
    margin-left: 2rem;
  }
}
.cid-u767omI25O .block-quote {
  color: #4f4943;
  text-align: left;
}
.cid-u767omTMll {
  padding-top: 60px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-u767omTMll .row {
  padding: 0 1rem;
  justify-content: center;
}
.cid-u767omTMll .card {
  margin-bottom: 2.5rem;
  padding: 0;
}
.cid-u767omTMll .card .card-block {
  -webkit-flex-grow: 0;
  flex-grow: 0;
}
.cid-u767omTMll .card .card-block .photo {
  display: inline-block;
  margin-bottom: 1.4rem;
  overflow: hidden;
}
.cid-u767omTMll .card .card-block .photo img {
  width: 100%;
  min-width: 100%;
  height: 320px;
  object-fit: cover;
  min-height: 100%;
  transition: all 0.3s;
}
.cid-u767omTMll .title {
  max-width: 800px;
  margin: auto;
}
.cid-u767omTMll .text-wrap {
  padding: 0 1rem;
}
.cid-u767omTMll .link {
  position: relative;
  width: fit-content;
  display: inline-block;
  padding-right: 2rem;
  cursor: pointer;
}
.cid-u767omTMll .link:before {
  content: '\e966';
  font-family: MobiriseIcons !important;
  position: absolute;
  right: 0rem;
  transition: all 0.3s;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1rem;
  color: currentColor;
}
.cid-u767omTMll .link:hover:before {
  margin-right: -0.4rem;
}
.cid-u767omTMll .card-block:hover img {
  transform: scale(1.1);
}
.cid-u767omTMll H4 {
  color: #b69b74;
}
@media (max-width: 992px) {
  .cid-u767omTMll .md-pb {
    margin-bottom: 2rem !important;
  }
}
.cid-u767omTMll .mbr-section-title {
  color: #4f4943;
}
.cid-u767oniTWr {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #eee8df;
}
.cid-u767oniTWr .row {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
.cid-u767oniTWr img {
  width: 90%;
}
.cid-u767oniTWr .mbr-text,
.cid-u767oniTWr .mbr-section-btn {
  color: #4f4943;
}
@media (max-width: 992px) {
  .cid-u767oniTWr img {
    width: 100%;
  }
  .cid-u767oniTWr .pb-5 {
    padding-bottom: 1rem !important;
  }
}
.cid-u767oniTWr H3 {
  color: #4f4943;
}
.cid-u767oniTWr H1 {
  color: #4f4943;
  text-align: right;
}
.cid-u767onveQx {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-u767onveQx .mbr-text {
  color: #4f4943;
}
.cid-u767onveQx .counter-container ul {
  margin-bottom: 0;
  padding-left: .6rem;
}
.cid-u767onveQx .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
  position: relative;
}
.cid-u767onveQx .counter-container ul li:before {
  position: absolute;
  left: -1.5rem;
  content: '';
  display: inline-block;
  text-align: center;
  margin: 5px 10px;
  line-height: 20px;
  transition: all .2s;
  color: #ffffff;
  background: #4f4943;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: linear-gradient(135deg, #4f4943, #b69b74);
}
.cid-uSwXiw2r3E {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #eee8df;
}
.cid-uSwXiw2r3E .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSwXiw2r3E .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSwXiw2r3E .mbr-iconfont {
  margin: auto;
  display: inline-flex;
  font-size: 2rem;
  color: #cfa66c;
  width: 40px;
  justify-content: center;
  align-items: center;
}
.cid-uSwXiw2r3E .card-title,
.cid-uSwXiw2r3E .iconfont-wrapper {
  color: #232323;
}
.cid-uSwXiw2r3E .card-text {
  color: #232323;
}
.cid-uSwXiw2r3E .mbr-section-title {
  color: #232323;
}
.cid-uSwXiw2r3E .mbr-section-subtitle {
  color: #232323;
}
.cid-uSwXiw2r3E .content-head {
  max-width: 800px;
}
.cid-uGD1LprwSH {
  padding-top: 30px;
  padding-bottom: 30px;
  position: relative;
  background-color: #f1eeea;
}
.cid-uGD1LprwSH .mbr-iconfont {
  font-family: 'Moririse2' !important;
  display: inline-flex;
  transform-origin: ;
  transform: rotate(45deg);
  transition: all 0.3s;
  padding: 0 !important;
  font-size: 1.4rem !important;
  color: #b69b74;
}
.cid-uGD1LprwSH .p-4 {
  padding: 1rem 0 !important;
}
.cid-uGD1LprwSH img {
  width: 90%;
  box-shadow: 2.5px 4.3px 29px 0 rgba(0, 0, 0, 0.18);
}
.cid-uGD1LprwSH .accordion .card .card-header {
  margin-bottom: 0px;
}
.cid-uGD1LprwSH .mbri-arrow-down:before {
  content: '\e960';
}
.cid-uGD1LprwSH .mbri-arrow-up:before {
  content: '\e960';
}
.cid-uGD1LprwSH .collapsed .mbr-iconfont {
  transform: rotate(0deg);
}
.cid-uGD1LprwSH h4 {
  justify-content: space-between;
  display: flex;
  width: 100%;
}
.cid-uGD1LprwSH .card {
  border-radius: 0px;
}
.cid-uGD1LprwSH .card .card-header {
  border-radius: 0px;
  border: 0px;
  background-color: transparent;
  padding: 0;
  border-bottom: 2px solid #eee8df;
}
.cid-uGD1LprwSH .card .card-header a.panel-title {
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: flex;
  width: 100%;
  justify-content: space-between;
  text-decoration: none !important;
  line-height: normal;
}
.cid-uGD1LprwSH .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-uGD1LprwSH .card .card-header a.panel-title h4 {
  padding: 1.2rem 0rem;
  margin-bottom: 0;
}
.cid-uGD1LprwSH .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
@media (max-width: 992px) {
  .cid-uGD1LprwSH img {
    width: 100%;
  }
}
.cid-uGD1LprwSH .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGD1LprwSH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGxm831hxz {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uGxm831hxz .card-wrapper {
  overflow: hidden;
  height: 100%;
  background: #f1eeea;
  color: #444444;
  padding: 0;
  border-radius: 6px;
  border: 1px solid #82786e;
  transition: all 0.3s;
}
.cid-uGxm831hxz .card-wrapper:hover {
  box-shadow: 0 20px 30px rgba(0, 0, 0, 0.1);
  margin-top: -0.6rem;
}
.cid-uGxm831hxz p {
  line-height: 1.6;
}
.cid-uGxm831hxz .btn {
  border: none;
  background: transparent;
  font-weight: 400 !important;
}
.cid-uGxm831hxz .card-title {
  color: #000000;
  margin: 0;
  line-height: 1.3;
  padding-bottom: 1.5rem;
  text-align: center;
}
.cid-uGxm831hxz .card-img {
  overflow: hidden;
  max-height: 280px;
  border-radius: 0;
}
.cid-uGxm831hxz img {
  transition: all 0.3s;
}
.cid-uGxm831hxz .card-box {
  padding: 1.5rem;
}
.cid-uGxm831hxz .mbr-section-title {
  margin: 0 auto;
  color: #000000;
  text-align: center;
}
.cid-uGxm831hxz .card-box > p,
.cid-uGxm831hxz .mbr-section-btn {
  color: #343434;
  text-align: center;
}
.cid-uGxm831hxz .mbr-section-sub-title {
  text-align: center;
  color: #232323;
}
.cid-u767ooohcz {
  padding-top: 105px;
  padding-bottom: 60px;
  background-color: #f7f4f0;
}
.cid-u767ooohcz .text-wrap {
  background-color: #e1dede;
  padding: 3rem 6rem;
}
.cid-u767ooohcz .img1 {
  position: absolute;
  left: 0;
  top: 0;
  width: 75%;
  height: 80%;
  object-fit: cover;
}
.cid-u767ooohcz .link {
  position: relative;
  width: fit-content;
  display: inline-block;
  padding-right: 2rem;
  cursor: pointer;
}
.cid-u767ooohcz .link:before {
  content: "\e966";
  font-family: MobiriseIcons !important;
  position: absolute;
  right: 0rem;
  transition: all 0.3s;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1rem;
  color: currentColor;
}
.cid-u767ooohcz .link:hover:before {
  margin-right: -0.4rem;
}
.cid-u767ooohcz .mbr-text,
.cid-u767ooohcz .link-wrap {
  text-align: center;
  color: #4f4943;
}
.cid-u767ooohcz H4 {
  color: #b69b74;
}
@media (max-width: 992px) {
  .cid-u767ooohcz .img1 {
    width: 50%;
  }
  .cid-u767ooohcz .text-wrap {
    background-color: #e1dede;
    padding: 2rem 2rem;
  }
}
.cid-u767ooohcz H1 {
  color: #343434;
}
.cid-u767op5uUc {
  background-image: url("../../../assets/images/hippos-1-1024x683.jpg");
}
.cid-u767opi7L7 {
  padding-top: 30px;
  padding-bottom: 15px;
  background: linear-gradient(0deg, #eee8df, #ffffff);
}
.cid-u767opi7L7 a {
  text-align: center;
}
.cid-u767opi7L7 p {
  color: #0a0a0a;
  text-align: center;
}
.cid-u767opi7L7 span {
  font-size: 2rem;
}
.cid-u767opi7L7 .mbr-iconfont-social {
  font-size: 20px;
  width: 44px;
  padding-top: 6px;
  display: inline-block;
  line-height: 38px;
  border-radius: 50%;
}
.cid-u767opi7L7 .socicon-twitter {
  color: #4da7de;
}
.cid-u767opi7L7 .socicon-facebook {
  color: #3e5b98;
}
.cid-u767opi7L7 .socicon-googleplus {
  color: #dd4b39;
}
.cid-u767opi7L7 .socicon-instagram {
  color: #3f729b;
}
.cid-u767opi7L7 .social-list a:focus {
  text-decoration: none;
}
.cid-u767opi7L7 .text-copyright {
  width: 100%;
}
.cid-u767opi7L7 .img-logo-footer {
  margin-right: 1rem;
  max-width: 5rem;
}
.cid-u767opi7L7 .text-logo-footer {
  display: inline-block;
  vertical-align: middle;
}
.cid-u767opi7L7 .logo-footer {
  line-height: normal;
}
.cid-u767opi7L7 .copyright {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-u767opi7L7 .social-btns {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-u767opi7L7 .media-container-row {
  -webkit-align-items: center;
  align-items: center;
}
.cid-u767opi7L7 .media-container-row a {
  margin: 0 1rem;
}
.cid-u767opJtFs {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #343434;
}
.cid-u767opJtFs .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-u767opJtFs .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
@media (max-width: 767px) {
  .cid-u767opJtFs .row {
    text-align: center;
  }
  .cid-u767opJtFs .social-row {
    justify-content: center;
  }
}
.cid-u767opJtFs .list {
  list-style: none;
  padding-left: 0;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-u767opJtFs .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-u767opJtFs .list {
    margin-bottom: 0rem;
  }
}
.cid-u767opJtFs .mbr-text {
  color: #bbbbbb;
}
.cid-u767opJtFs .mbr-iconfont {
  color: black;
}
.cid-u767opJtFs .copyright {
  color: #cccccc;
}
.cid-u767opJtFs .mbr-section-subtitle {
  color: #cfa66c;
}
.cid-uHoGbzBUQx .navbar {
  padding: .5rem 0;
  background: #232323;
  transition: none;
  min-height: 100px;
}
.cid-uHoGbzBUQx .navbar-dropdown.bg-color.transparent.opened {
  background: #232323;
}
.cid-uHoGbzBUQx a {
  font-style: normal;
}
.cid-uHoGbzBUQx a .link:hover {
  color: inherit!important;
}
.cid-uHoGbzBUQx .dropdown-item:active {
  background: #232323;
}
.cid-uHoGbzBUQx .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-uHoGbzBUQx .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.1rem 0 !important;
  margin: 0.5rem 1.4rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-uHoGbzBUQx .nav-item:focus,
.cid-uHoGbzBUQx .nav-link:focus {
  outline: none;
}
.cid-uHoGbzBUQx .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-uHoGbzBUQx .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-uHoGbzBUQx .menu-logo {
  margin-right: auto;
}
.cid-uHoGbzBUQx .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uHoGbzBUQx .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-uHoGbzBUQx .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-uHoGbzBUQx .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uHoGbzBUQx .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-uHoGbzBUQx .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uHoGbzBUQx .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-uHoGbzBUQx .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-uHoGbzBUQx .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-uHoGbzBUQx .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-uHoGbzBUQx .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uHoGbzBUQx .dropdown .dropdown-menu {
  background: #232323;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-uHoGbzBUQx .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-uHoGbzBUQx .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uHoGbzBUQx .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uHoGbzBUQx .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uHoGbzBUQx .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-uHoGbzBUQx .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-uHoGbzBUQx .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-uHoGbzBUQx .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-uHoGbzBUQx .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uHoGbzBUQx .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-uHoGbzBUQx .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uHoGbzBUQx button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.8rem;
  right: 1rem;
}
.cid-uHoGbzBUQx button.navbar-toggler:focus {
  outline: none;
}
.cid-uHoGbzBUQx button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #cfa66c;
}
.cid-uHoGbzBUQx button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uHoGbzBUQx button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uHoGbzBUQx button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uHoGbzBUQx button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uHoGbzBUQx nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uHoGbzBUQx nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uHoGbzBUQx nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uHoGbzBUQx nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uHoGbzBUQx .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uHoGbzBUQx .collapsed .btn {
  display: -webkit-flex;
}
.cid-uHoGbzBUQx .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uHoGbzBUQx .collapsed .navbar-collapse.collapsing,
.cid-uHoGbzBUQx .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uHoGbzBUQx .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uHoGbzBUQx .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uHoGbzBUQx .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uHoGbzBUQx .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uHoGbzBUQx .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-uHoGbzBUQx .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-uHoGbzBUQx .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uHoGbzBUQx .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-uHoGbzBUQx .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uHoGbzBUQx .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-uHoGbzBUQx .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-uHoGbzBUQx .collapsed button.navbar-toggler {
  display: block;
}
.cid-uHoGbzBUQx .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-uHoGbzBUQx .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uHoGbzBUQx .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-uHoGbzBUQx .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uHoGbzBUQx .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uHoGbzBUQx .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1023px) {
  .cid-uHoGbzBUQx .navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uHoGbzBUQx img {
    height: 3.8rem !important;
  }
  .cid-uHoGbzBUQx .btn {
    display: -webkit-flex;
  }
  .cid-uHoGbzBUQx button.navbar-toggler {
    display: block;
  }
  .cid-uHoGbzBUQx .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-uHoGbzBUQx .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uHoGbzBUQx .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-uHoGbzBUQx .navbar-collapse.collapsing,
  .cid-uHoGbzBUQx .navbar-collapse.show {
    display: block !important;
  }
  .cid-uHoGbzBUQx .navbar-collapse.collapsing .navbar-nav,
  .cid-uHoGbzBUQx .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uHoGbzBUQx .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uHoGbzBUQx .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uHoGbzBUQx .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-uHoGbzBUQx .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-uHoGbzBUQx .navbar-collapse.collapsing .navbar-buttons,
  .cid-uHoGbzBUQx .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-uHoGbzBUQx .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uHoGbzBUQx .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uHoGbzBUQx .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-uHoGbzBUQx .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uHoGbzBUQx .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uHoGbzBUQx .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-uHoGbzBUQx .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-uHoGbzBUQx .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-uHoGbzBUQx .nav-link,
.cid-uHoGbzBUQx .dropdown-item {
  border-bottom: 2px solid transparent;
  transition: all 0.3s;
}
.cid-uHoGbzBUQx .nav-link:hover,
.cid-uHoGbzBUQx .dropdown-item:hover {
  color: #efefef !important;
  border-color: #cfa66c;
}
.cid-uHoGbzW2RY {
  overflow-x: hidden !important;
}
.cid-uHoGbzW2RY .mbr-section-title {
  color: #4f4943;
}
.cid-uHoGbzW2RY .mbr-section-title span {
  color: #cfa66c;
}
.cid-uHoGbzW2RY .mbr-text {
  color: #4f4943;
  letter-spacing: 5px;
  font-weight: 100;
}
.cid-uHoGbzW2RY .scroll-wrapper {
  top: 0;
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  background-size: cover;
  position: absolute;
  background-repeat: repeat;
  z-index: 0;
  -webkit-animation-duration: 13s !important;
  animation-duration: 13s;
  background-image: url("../../../assets/images/elephants-of-south-luangwa-1-1200x797.jpg");
}
.cid-uHoGbzW2RY .scroll-wrapper.second {
  left: calc(100% - 1px);
}
.cid-uHoGbzW2RY .mbr-overlay {
  z-index: 1;
}
.cid-uHoGbzW2RY .block-content {
  z-index: 2;
}
@keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-webkit-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-moz-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-o-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
.cid-uHoGbAbwUl {
  padding-top: 45px;
  padding-bottom: 105px;
  background-color: #f1eeea;
}
.cid-uHoGbAbwUl .container-fluid {
  position: relative;
  padding-right: 10.4rem;
  padding-left: 0;
}
.cid-uHoGbAbwUl .wrapper {
  position: relative;
}
.cid-uHoGbAbwUl .img1 {
  width: 100%;
  padding-right: 6rem;
  object-fit: cover;
  height: 800px;
}
.cid-uHoGbAbwUl .mbr-iconfont {
  font-size: 1.8rem;
  color: #232323;
}
.cid-uHoGbAbwUl .mbr-iconfont:hover {
  cursor: pointer;
}
.cid-uHoGbAbwUl .icon1 {
  position: absolute;
  top: 2rem;
  right: 0rem;
}
.cid-uHoGbAbwUl .icon2 {
  position: absolute;
  top: 5rem;
  right: 0rem;
}
.cid-uHoGbAbwUl .img2 {
  position: absolute;
  bottom: -4.6rem;
  right: 0;
  width: 400px;
  box-shadow: 2.5px 4.3px 62px 0 rgba(0, 0, 0, 0.22);
}
.cid-uHoGbAbwUl .title {
  position: absolute;
  right: 0rem;
  transform: rotate(90deg);
  transform-origin: top right;
  top: 26rem;
  padding: 0;
}
.cid-uHoGbAbwUl .title:before {
  content: '';
  position: absolute;
  background: currentColor;
  top: 50%;
  left: -8.6rem;
  width: 100px;
  height: 2px;
}
@media (max-width: 1400px) {
  .cid-uHoGbAbwUl .img2 {
    width: 400px;
  }
  .cid-uHoGbAbwUl .container-fluid {
    padding-right: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-uHoGbAbwUl .img2 {
    width: 400px;
  }
  .cid-uHoGbAbwUl .img1 {
    padding-right: 4rem;
  }
}
@media (max-width: 767px) {
  .cid-uHoGbAbwUl .img1 {
    height: 600px;
    padding-right: 3rem;
  }
  .cid-uHoGbAbwUl .img2 {
    width: 200px;
  }
  .cid-uHoGbAbwUl .container-fluid {
    padding-right: 1rem;
  }
}
.cid-uHoGbAbwUl H1 {
  color: #4f4943;
}
.cid-uHoGbAv1Vs {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #f7f4f0;
}
.cid-uHoGbAv1Vs span {
  color: #c1c1c1;
}
.cid-uHoGbAv1Vs .flex-block {
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.cid-uHoGbAv1Vs .flex-block span {
  font-size: 3rem;
  margin-right: 3rem;
}
@media (min-width: 577px) {
  .cid-uHoGbAv1Vs .flex-block span {
    margin-left: 2rem;
  }
}
.cid-uHoGbAv1Vs .block-quote {
  color: #4f4943;
  text-align: left;
}
.cid-uHoGbAIIGY {
  padding-top: 45px;
  padding-bottom: 60px;
  background-color: #f1eeea;
}
.cid-uHoGbAIIGY img {
  width: 90%;
}
.cid-uHoGbAIIGY .mbr-text,
.cid-uHoGbAIIGY .mbr-section-btn {
  color: #4f4943;
}
@media (max-width: 992px) {
  .cid-uHoGbAIIGY img {
    width: 100%;
  }
  .cid-uHoGbAIIGY .pb-5 {
    padding-bottom: 1rem !important;
  }
}
.cid-uHoGbAYiO2 {
  padding-top: 60px;
  padding-bottom: 15px;
  background-color: #f7f4f0;
}
.cid-uHoGbAYiO2 .row {
  padding: 0 1rem;
  justify-content: center;
}
.cid-uHoGbAYiO2 .card {
  margin-bottom: 2.5rem;
  padding: 0;
}
.cid-uHoGbAYiO2 .card .card-block {
  -webkit-flex-grow: 0;
  flex-grow: 0;
}
.cid-uHoGbAYiO2 .card .card-block .photo {
  display: inline-block;
  margin-bottom: 1.4rem;
  overflow: hidden;
}
.cid-uHoGbAYiO2 .card .card-block .photo img {
  width: 100%;
  min-width: 100%;
  height: 320px;
  object-fit: cover;
  min-height: 100%;
  transition: all 0.3s;
}
.cid-uHoGbAYiO2 .title {
  max-width: 800px;
  margin: auto;
}
.cid-uHoGbAYiO2 .text-wrap {
  padding: 0 1rem;
}
.cid-uHoGbAYiO2 .link {
  position: relative;
  width: fit-content;
  display: inline-block;
  padding-right: 2rem;
  cursor: pointer;
}
.cid-uHoGbAYiO2 .link:before {
  content: '\e966';
  font-family: MobiriseIcons !important;
  position: absolute;
  right: 0rem;
  transition: all 0.3s;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1rem;
  color: currentColor;
}
.cid-uHoGbAYiO2 .link:hover:before {
  margin-right: -0.4rem;
}
.cid-uHoGbAYiO2 .card-block:hover img {
  transform: scale(1.1);
}
.cid-uHoGbAYiO2 H4 {
  color: #b69b74;
}
@media (max-width: 992px) {
  .cid-uHoGbAYiO2 .md-pb {
    margin-bottom: 2rem !important;
  }
}
.cid-uHoGbAYiO2 .mbr-section-title {
  color: #4f4943;
}
.cid-uHoGbAYiO2 .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-uJbTZ3SGz4 {
  padding-top: 135px;
  padding-bottom: 135px;
  background-image: url("../../../assets/images/untitled-design5-1800x1200.jpg-1800x1200.jpg");
}
.cid-uJbTZ3SGz4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJbTZ3SGz4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHoPHLS0cv {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #f1eeea;
}
.cid-uHoPHLS0cv img {
  width: 90%;
}
.cid-uHoPHLS0cv .mbr-text,
.cid-uHoPHLS0cv .mbr-section-btn {
  color: #767676;
}
@media (max-width: 992px) {
  .cid-uHoPHLS0cv img {
    width: 100%;
  }
  .cid-uHoPHLS0cv .pb-5 {
    padding-bottom: 1rem !important;
  }
}
.cid-uHoPHLS0cv .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHoPHLS0cv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHoRsNCItu {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #f1eeea;
}
.cid-uHoRsNCItu .row {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
.cid-uHoRsNCItu img {
  width: 90%;
}
.cid-uHoRsNCItu .mbr-text,
.cid-uHoRsNCItu .mbr-section-btn {
  color: #767676;
}
@media (max-width: 992px) {
  .cid-uHoRsNCItu img {
    width: 100%;
  }
  .cid-uHoRsNCItu .pb-5 {
    padding-bottom: 1rem !important;
  }
}
.cid-uHoRsNCItu .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHoRsNCItu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHoGbBGRlN {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #f1eeea;
}
.cid-uHoGbBGRlN img {
  width: 90%;
}
@media (max-width: 992px) {
  .cid-uHoGbBGRlN img {
    width: 100%;
  }
  .cid-uHoGbBGRlN .pb-5 {
    padding-bottom: 1rem !important;
  }
}
.cid-uHoGbBGRlN ul {
  padding-left: 2rem;
  margin-bottom: 0;
}
.cid-uHoGbBGRlN ul li {
  margin-bottom: 0.4rem;
  list-style: none;
  position: relative;
}
.cid-uHoGbBGRlN ul li:before {
  position: absolute;
  left: -2.6rem;
  content: '';
  display: inline-block;
  text-align: center;
  margin: 10px 14px;
  line-height: 20px;
  transition: all 0.2s;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #b69b74;
}
.cid-uHoGbBGRlN .counter-container {
  color: #4f4943;
}
.cid-uHoGbBYq2K {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #f7f4f0;
}
.cid-uHoGbBYq2K span {
  color: #c1c1c1;
}
.cid-uHoGbBYq2K .flex-block {
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.cid-uHoGbBYq2K .flex-block span {
  font-size: 3rem;
  margin-right: 3rem;
}
@media (min-width: 577px) {
  .cid-uHoGbBYq2K .flex-block span {
    margin-left: 2rem;
  }
}
.cid-uHoGbBYq2K .block-quote {
  color: #4f4943;
  text-align: left;
}
.cid-uHoGbCf3N0 {
  background-image: url("../../../assets/images/nijlpaarden-overal-2000x1330.jpg");
}
.cid-uHoGbCvhqP {
  padding-top: 30px;
  padding-bottom: 15px;
  background: linear-gradient(0deg, #eee8df, #ffffff);
}
.cid-uHoGbCvhqP a {
  text-align: center;
}
.cid-uHoGbCvhqP p {
  color: #0a0a0a;
  text-align: center;
}
.cid-uHoGbCvhqP span {
  font-size: 2rem;
}
.cid-uHoGbCvhqP .mbr-iconfont-social {
  font-size: 20px;
  width: 44px;
  padding-top: 6px;
  display: inline-block;
  line-height: 38px;
  border-radius: 50%;
}
.cid-uHoGbCvhqP .socicon-twitter {
  color: #4da7de;
}
.cid-uHoGbCvhqP .socicon-facebook {
  color: #3e5b98;
}
.cid-uHoGbCvhqP .socicon-googleplus {
  color: #dd4b39;
}
.cid-uHoGbCvhqP .socicon-instagram {
  color: #3f729b;
}
.cid-uHoGbCvhqP .social-list a:focus {
  text-decoration: none;
}
.cid-uHoGbCvhqP .text-copyright {
  width: 100%;
}
.cid-uHoGbCvhqP .img-logo-footer {
  margin-right: 1rem;
  max-width: 5rem;
}
.cid-uHoGbCvhqP .text-logo-footer {
  display: inline-block;
  vertical-align: middle;
}
.cid-uHoGbCvhqP .logo-footer {
  line-height: normal;
}
.cid-uHoGbCvhqP .copyright {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uHoGbCvhqP .social-btns {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uHoGbCvhqP .media-container-row {
  -webkit-align-items: center;
  align-items: center;
}
.cid-uHoGbCvhqP .media-container-row a {
  margin: 0 1rem;
}
.cid-uHoGbCVUNn {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #343434;
}
.cid-uHoGbCVUNn .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uHoGbCVUNn .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uHoGbCVUNn .row {
    text-align: center;
  }
  .cid-uHoGbCVUNn .social-row {
    justify-content: center;
  }
}
.cid-uHoGbCVUNn .list {
  list-style: none;
  padding-left: 0;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uHoGbCVUNn .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uHoGbCVUNn .list {
    margin-bottom: 0rem;
  }
}
.cid-uHoGbCVUNn .mbr-text {
  color: #bbbbbb;
}
.cid-uHoGbCVUNn .mbr-iconfont {
  color: black;
}
.cid-uHoGbCVUNn .copyright {
  color: #cccccc;
}
.cid-uHoGbCVUNn .mbr-section-subtitle {
  color: #cfa66c;
}
.cid-uHGyAB9BTQ .navbar {
  padding: .5rem 0;
  background: #232323;
  transition: none;
  min-height: 100px;
}
.cid-uHGyAB9BTQ .navbar-dropdown.bg-color.transparent.opened {
  background: #232323;
}
.cid-uHGyAB9BTQ a {
  font-style: normal;
}
.cid-uHGyAB9BTQ a .link:hover {
  color: inherit!important;
}
.cid-uHGyAB9BTQ .dropdown-item:active {
  background: #232323;
}
.cid-uHGyAB9BTQ .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-uHGyAB9BTQ .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.1rem 0 !important;
  margin: 0.5rem 1.4rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-uHGyAB9BTQ .nav-item:focus,
.cid-uHGyAB9BTQ .nav-link:focus {
  outline: none;
}
.cid-uHGyAB9BTQ .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-uHGyAB9BTQ .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-uHGyAB9BTQ .menu-logo {
  margin-right: auto;
}
.cid-uHGyAB9BTQ .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uHGyAB9BTQ .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-uHGyAB9BTQ .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-uHGyAB9BTQ .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uHGyAB9BTQ .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-uHGyAB9BTQ .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uHGyAB9BTQ .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-uHGyAB9BTQ .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-uHGyAB9BTQ .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-uHGyAB9BTQ .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-uHGyAB9BTQ .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uHGyAB9BTQ .dropdown .dropdown-menu {
  background: #232323;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-uHGyAB9BTQ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-uHGyAB9BTQ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uHGyAB9BTQ .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uHGyAB9BTQ .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uHGyAB9BTQ .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-uHGyAB9BTQ .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-uHGyAB9BTQ .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-uHGyAB9BTQ .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-uHGyAB9BTQ .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uHGyAB9BTQ .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-uHGyAB9BTQ .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uHGyAB9BTQ button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.8rem;
  right: 1rem;
}
.cid-uHGyAB9BTQ button.navbar-toggler:focus {
  outline: none;
}
.cid-uHGyAB9BTQ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #cfa66c;
}
.cid-uHGyAB9BTQ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uHGyAB9BTQ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uHGyAB9BTQ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uHGyAB9BTQ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uHGyAB9BTQ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uHGyAB9BTQ nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uHGyAB9BTQ nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uHGyAB9BTQ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uHGyAB9BTQ .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uHGyAB9BTQ .collapsed .btn {
  display: -webkit-flex;
}
.cid-uHGyAB9BTQ .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uHGyAB9BTQ .collapsed .navbar-collapse.collapsing,
.cid-uHGyAB9BTQ .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uHGyAB9BTQ .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uHGyAB9BTQ .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uHGyAB9BTQ .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uHGyAB9BTQ .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uHGyAB9BTQ .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-uHGyAB9BTQ .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-uHGyAB9BTQ .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uHGyAB9BTQ .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-uHGyAB9BTQ .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uHGyAB9BTQ .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-uHGyAB9BTQ .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-uHGyAB9BTQ .collapsed button.navbar-toggler {
  display: block;
}
.cid-uHGyAB9BTQ .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-uHGyAB9BTQ .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uHGyAB9BTQ .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-uHGyAB9BTQ .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uHGyAB9BTQ .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uHGyAB9BTQ .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1023px) {
  .cid-uHGyAB9BTQ .navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uHGyAB9BTQ img {
    height: 3.8rem !important;
  }
  .cid-uHGyAB9BTQ .btn {
    display: -webkit-flex;
  }
  .cid-uHGyAB9BTQ button.navbar-toggler {
    display: block;
  }
  .cid-uHGyAB9BTQ .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-uHGyAB9BTQ .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uHGyAB9BTQ .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-uHGyAB9BTQ .navbar-collapse.collapsing,
  .cid-uHGyAB9BTQ .navbar-collapse.show {
    display: block !important;
  }
  .cid-uHGyAB9BTQ .navbar-collapse.collapsing .navbar-nav,
  .cid-uHGyAB9BTQ .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uHGyAB9BTQ .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uHGyAB9BTQ .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uHGyAB9BTQ .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-uHGyAB9BTQ .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-uHGyAB9BTQ .navbar-collapse.collapsing .navbar-buttons,
  .cid-uHGyAB9BTQ .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-uHGyAB9BTQ .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uHGyAB9BTQ .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uHGyAB9BTQ .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-uHGyAB9BTQ .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uHGyAB9BTQ .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uHGyAB9BTQ .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-uHGyAB9BTQ .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-uHGyAB9BTQ .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-uHGyAB9BTQ .nav-link,
.cid-uHGyAB9BTQ .dropdown-item {
  border-bottom: 2px solid transparent;
  transition: all 0.3s;
}
.cid-uHGyAB9BTQ .nav-link:hover,
.cid-uHGyAB9BTQ .dropdown-item:hover {
  color: #efefef !important;
  border-color: #cfa66c;
}
.cid-uHGyABtUG7 {
  overflow-x: hidden !important;
}
.cid-uHGyABtUG7 .mbr-section-title {
  color: #4f4943;
}
.cid-uHGyABtUG7 .mbr-section-title span {
  color: #cfa66c;
}
.cid-uHGyABtUG7 .mbr-text {
  color: #4f4943;
  letter-spacing: 5px;
  font-weight: 100;
}
.cid-uHGyABtUG7 .scroll-wrapper {
  top: 0;
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  background-size: cover;
  position: absolute;
  background-repeat: repeat;
  z-index: 0;
  -webkit-animation-duration: 13s !important;
  animation-duration: 13s;
  background-image: url("../../../assets/images/elephants-of-south-luangwa-1-1200x797.jpg");
}
.cid-uHGyABtUG7 .scroll-wrapper.second {
  left: calc(100% - 1px);
}
.cid-uHGyABtUG7 .mbr-overlay {
  z-index: 1;
}
.cid-uHGyABtUG7 .block-content {
  z-index: 2;
}
@keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-webkit-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-moz-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-o-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
.cid-uHGyABMO2z {
  padding-top: 90px;
  padding-bottom: 135px;
  background-color: #f1eeea;
}
.cid-uHGyABMO2z .container-fluid {
  position: relative;
  padding-right: 10.4rem;
  padding-left: 0;
}
.cid-uHGyABMO2z .wrapper {
  position: relative;
}
.cid-uHGyABMO2z .img1 {
  width: 100%;
  padding-right: 6rem;
  object-fit: cover;
  height: 800px;
}
.cid-uHGyABMO2z .mbr-iconfont {
  font-size: 1.8rem;
  color: #232323;
}
.cid-uHGyABMO2z .mbr-iconfont:hover {
  cursor: pointer;
}
.cid-uHGyABMO2z .icon1 {
  position: absolute;
  top: 2rem;
  right: 0rem;
}
.cid-uHGyABMO2z .icon2 {
  position: absolute;
  top: 5rem;
  right: 0rem;
}
.cid-uHGyABMO2z .img2 {
  position: absolute;
  bottom: -4.6rem;
  right: 0;
  width: 400px;
  box-shadow: 2.5px 4.3px 62px 0 rgba(0, 0, 0, 0.22);
}
.cid-uHGyABMO2z .title {
  position: absolute;
  right: 0rem;
  transform: rotate(90deg);
  transform-origin: top right;
  top: 26rem;
  padding: 0;
}
.cid-uHGyABMO2z .title:before {
  content: '';
  position: absolute;
  background: currentColor;
  top: 50%;
  left: -8.6rem;
  width: 100px;
  height: 2px;
}
@media (max-width: 1400px) {
  .cid-uHGyABMO2z .img2 {
    width: 400px;
  }
  .cid-uHGyABMO2z .container-fluid {
    padding-right: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-uHGyABMO2z .img2 {
    width: 400px;
  }
  .cid-uHGyABMO2z .img1 {
    padding-right: 4rem;
  }
}
@media (max-width: 767px) {
  .cid-uHGyABMO2z .img1 {
    height: 600px;
    padding-right: 3rem;
  }
  .cid-uHGyABMO2z .img2 {
    width: 200px;
  }
  .cid-uHGyABMO2z .container-fluid {
    padding-right: 1rem;
  }
}
.cid-uHGyABMO2z H1 {
  color: #4f4943;
}
.cid-uHGyAC6lgY {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #f7f4f0;
}
.cid-uHGyAC6lgY span {
  color: #c1c1c1;
}
.cid-uHGyAC6lgY .flex-block {
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.cid-uHGyAC6lgY .flex-block span {
  font-size: 3rem;
  margin-right: 3rem;
}
@media (min-width: 577px) {
  .cid-uHGyAC6lgY .flex-block span {
    margin-left: 2rem;
  }
}
.cid-uHGyAC6lgY .block-quote {
  color: #4f4943;
  text-align: left;
}
.cid-uHGyACk31y {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #eee8df;
}
.cid-uHGyACk31y .row {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
.cid-uHGyACk31y img {
  width: 90%;
}
.cid-uHGyACk31y .mbr-text,
.cid-uHGyACk31y .mbr-section-btn {
  color: #4f4943;
}
@media (max-width: 992px) {
  .cid-uHGyACk31y img {
    width: 100%;
  }
  .cid-uHGyACk31y .pb-5 {
    padding-bottom: 1rem !important;
  }
}
.cid-uHGyACk31y H3 {
  color: #4f4943;
}
.cid-uHGyACk31y H1 {
  color: #4f4943;
  text-align: right;
}
.cid-uJbWv8TYCN {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #767676;
}
.cid-uJbWv8TYCN img {
  width: 90%;
}
.cid-uJbWv8TYCN .mbr-text,
.cid-uJbWv8TYCN .mbr-section-btn {
  color: #efefef;
}
@media (max-width: 992px) {
  .cid-uJbWv8TYCN img {
    width: 100%;
  }
  .cid-uJbWv8TYCN .pb-5 {
    padding-bottom: 1rem !important;
  }
}
.cid-uJbWv8TYCN .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJbWv8TYCN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJbWv8TYCN H1 {
  color: #efefef;
}
.cid-uHGyACSsTD {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #eee8df;
}
.cid-uHGyACSsTD span {
  color: #c1c1c1;
}
.cid-uHGyACSsTD .flex-block {
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.cid-uHGyACSsTD .flex-block span {
  font-size: 3rem;
  margin-right: 3rem;
}
@media (min-width: 577px) {
  .cid-uHGyACSsTD .flex-block span {
    margin-left: 2rem;
  }
}
.cid-uHGyACSsTD .block-quote {
  color: #4f4943;
  text-align: left;
}
.cid-uHGyAD7bzO {
  background-image: url("../../../assets/images/img-6543-2000x1500.jpg");
}
.cid-uHGyADmKPt {
  padding-top: 30px;
  padding-bottom: 15px;
  background: linear-gradient(0deg, #eee8df, #ffffff);
}
.cid-uHGyADmKPt a {
  text-align: center;
}
.cid-uHGyADmKPt p {
  color: #0a0a0a;
  text-align: center;
}
.cid-uHGyADmKPt span {
  font-size: 2rem;
}
.cid-uHGyADmKPt .mbr-iconfont-social {
  font-size: 20px;
  width: 44px;
  padding-top: 6px;
  display: inline-block;
  line-height: 38px;
  border-radius: 50%;
}
.cid-uHGyADmKPt .socicon-twitter {
  color: #4da7de;
}
.cid-uHGyADmKPt .socicon-facebook {
  color: #3e5b98;
}
.cid-uHGyADmKPt .socicon-googleplus {
  color: #dd4b39;
}
.cid-uHGyADmKPt .socicon-instagram {
  color: #3f729b;
}
.cid-uHGyADmKPt .social-list a:focus {
  text-decoration: none;
}
.cid-uHGyADmKPt .text-copyright {
  width: 100%;
}
.cid-uHGyADmKPt .img-logo-footer {
  margin-right: 1rem;
  max-width: 5rem;
}
.cid-uHGyADmKPt .text-logo-footer {
  display: inline-block;
  vertical-align: middle;
}
.cid-uHGyADmKPt .logo-footer {
  line-height: normal;
}
.cid-uHGyADmKPt .copyright {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uHGyADmKPt .social-btns {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uHGyADmKPt .media-container-row {
  -webkit-align-items: center;
  align-items: center;
}
.cid-uHGyADmKPt .media-container-row a {
  margin: 0 1rem;
}
.cid-uHGyADL7bn {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #343434;
}
.cid-uHGyADL7bn .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uHGyADL7bn .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uHGyADL7bn .row {
    text-align: center;
  }
  .cid-uHGyADL7bn .social-row {
    justify-content: center;
  }
}
.cid-uHGyADL7bn .list {
  list-style: none;
  padding-left: 0;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uHGyADL7bn .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uHGyADL7bn .list {
    margin-bottom: 0rem;
  }
}
.cid-uHGyADL7bn .mbr-text {
  color: #bbbbbb;
}
.cid-uHGyADL7bn .mbr-iconfont {
  color: black;
}
.cid-uHGyADL7bn .copyright {
  color: #cccccc;
}
.cid-uHGyADL7bn .mbr-section-subtitle {
  color: #cfa66c;
}
